[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

 

相关文章:

  • 2021-08-05
  • 2021-11-17
  • 2021-12-03
  • 2022-12-23
  • 2021-11-30
  • 2021-05-18
  • 2021-09-14
猜你喜欢
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案