linux中ps命令
Posted dawn-liu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux中ps命令相关的知识,希望对你有一定的参考价值。
ps的参数 -C的使用
[[email protected] ~]# ps -C nginx -o user,pid,comm USER PID COMMAND root 2697 nginx nginx 2698 nginx nginx 2699 nginx [[email protected] ~]# ps aux|grep nginx root 2697 0.0 0.1 45944 1136 ? Ss 18:02 0:00 nginx: master process nginx nginx 2698 0.0 0.1 48484 1980 ? S 18:02 0:00 nginx: worker process nginx 2699 0.0 0.1 48484 1980 ? S 18:02 0:00 nginx: worker process root 2702 0.0 0.0 112624 680 pts/0 R+ 18:02 0:00 grep --color=auto nginx
以上是关于linux中ps命令的主要内容,如果未能解决你的问题,请参考以下文章