问答详情
源自:-

nginx中ps -ef命令不支持

我的系统是centos7

报错信息:

root@9a911cf5309c:/# ps -ef

bash: ps: command not found

谢谢



提问者:辣妈GO 2018-08-22 15:19

个回答

  • 慕粉1464888072
    2018-09-02 21:26:05

    你的容器里面没有安装 ps 命令 1、先在容器里面执行:apt-get update 2,然后,执行安装 ps命令 :apt-get install procps