Deprecated: Optional parameter $keys declared before required parameter $cms_id is implicitly treated as a required parameter in /home/www/dev/work/class/blog/CmsKey.php on line 75

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\main::$outlink is deprecated in /home/www/dev/work/website/lvesu/template/blog/cms/cms.tpl on line 2

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\main::$status is deprecated in /home/www/dev/work/website/lvesu/template/blog/index.head.php on line 2
grep查找当前正在执行的进程 - 互联网笔记

略微加速

略速 - 互联网笔记

grep查找当前正在执行的进程

2022-03-01 leiting (2209阅读)

标签 Linux

查找进程名包含"lvesu"的进程:

ps -ef | grep 'lvesu' | grep -v 'grep'

grep -v 'grep' 排除掉包含grep自身的进程行


查找"lvesu"进程的pid:

ps -ef | grep 'lvesu' | grep -v 'grep' | awk '{print $2}'


grep参数

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3