首页  编辑  

按进程名杀掉进程

Tags: /计算机文档/Linux & Unix/   Date Created:

kill -9 $(ps -ef|grep 进程名关键字|gawk '$0 !~/grep/ {print $2}' |tr -s '\n' ' ')