查找进程并终止

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