CentOS에서 ps 명령을 찾을 수 없습니다

CentOS에서 ps 명령을 찾을 수 없습니다

/home/svn/csvn/bin/csvn start오늘 아침에 svn 명령을 사용하여 Collabnet을 시작하려고 했습니다 .

그러나 다음과 같은 오류가 발생합니다.

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

답변1

ps 명령이 누락된 경우 다음 명령을 사용하여 다시 설치할 수 있습니다.

yum install -y procps

관련 정보