1.批量kill筛选进程
[root@localhost ~]# ps -ef | grep php-fpm |awk ‘{print $2}‘|xargs kill -9
Linux下常用命令
原文:https://www.cnblogs.com/yueyun00/p/9897590.html