码迷,mamicode.com
首页 > 系统相关 > 详细

linux中ps命令

时间:2018-09-04 19:06:00      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:pid   com   --   pts   inux   nbsp   RKE   ps aux   pre   

ps的参数 -C的使用

[root@centos7 ~]# ps -C nginx -o user,pid,comm
USER        PID COMMAND
root       2697 nginx
nginx      2698 nginx
nginx      2699 nginx
[root@centos7 ~]# 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命令

标签:pid   com   --   pts   inux   nbsp   RKE   ps aux   pre   

原文地址:https://www.cnblogs.com/mmyy-blog/p/9586097.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!