返回顶部

zhangfd

个人博客,仅供学习使用

导航

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.

posted on 2020-04-29 16:10  zhangfd  阅读(383)  评论(0编辑  收藏  举报