在 CentOS 中找不到 ps 命令

Sri*_*ari 8 subversion ps

今天早上我试图用/home/svn/csvn/bin/csvn start命令启动 Collabnet svn 。

但是,我收到如下错误:

[root@dev bin]# ./csvn start 
Unable to locate 'ps'.
Please report this message along with the location of the command on your system.
Run Code Online (Sandbox Code Playgroud)

Dab*_*abi 14

如果缺少 ps 命令,您可以使用重新安装它

yum install -y procps
Run Code Online (Sandbox Code Playgroud)