[Tips] linux下停止用户一切进程

ps -ef | grep 用户名 | awk '{ print $2 }' | sudo xargs kill -9
posted @ 2020-06-16 16:21  虚无真仙  阅读(476)  评论(0编辑  收藏  举报