Linux批量杀进程

ps -ef |grep 进程名|grep -v grep |awk '{print $2}' |xargs kill -9

posted on 2013-10-21 16:19  Paul_bai  阅读(158)  评论(0编辑  收藏  举报

导航