首页 > 技术文章 > linux 查找指定进程并kill

jackspider 2018-06-21 15:44 原文

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

推荐阅读