ps :Linux基础命令及用法 -- ps
ps -C
-C cmdlist
Select by command name. This selects the processes whose executable name is given in cmdlist.
ps -C nginx --no-header
--no-headers
Print no header line at all. --no-heading is an alias for this option.
作者:moox
出处:http://www.cnblogs.com/moox/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。