[root@ok ok]# ps --help|grep C
-A all processes -C by command name
-V,V show version L list format codes f ASCII art forest
-w,w wide output n numeric WCHAN,UID -H process hierarchy
#-C 命令的名子



[root@xxxx tools]# ps -C nginx --no-header
1832 ? 00:00:00 nginx
11151 ? 00:00:02 nginx
11152 ? 00:00:01 nginx
11153 ? 00:00:01 nginx
11154 ? 00:00:02 nginx
[root@xxxx tools]# ps -C nginx
PID TTY TIME CMD #--no-header 省去title
1832 ? 00:00:00 nginx
11151 ? 00:00:02 nginx
11152 ? 00:00:01 nginx
11153 ? 00:00:01 nginx
11154 ? 00:00:02 nginx




网名:bass 分享技术 突破难点 创新思维