查找进程并终止

ps -ef | grep "name" | grep -v grep | awk '{print $2}' | xargs kill -9
posted @ 2020-09-11 19:10  oaksharks  阅读(150)  评论(1编辑  收藏  举报