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.

原文地址:https://www.cnblogs.com/moox/p/12802835.html