grep 常用操作
grep -v ‘;‘ /etc/php-fpm.conf|grep -v ‘^$‘ 忽略注释和空行
ps aux | grep php-fpm |awk ‘{print $2}‘|xargs kill -9 批量杀死进程
linux 常用命令总结
原文:https://www.cnblogs.com/tataerwuge/p/13336734.html