linux 常用命令总结

Posted tataerwuge

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 常用命令总结相关的知识,希望对你有一定的参考价值。

grep 常用操作

  grep -v ‘;‘ /etc/php-fpm.conf|grep -v ‘^$‘     忽略注释和空行

 

ps aux | grep php-fpm |awk ‘{print $2}‘|xargs kill -9   批量杀死进程

以上是关于linux 常用命令总结的主要内容,如果未能解决你的问题,请参考以下文章

Linux常用命令总结

Linux常用命令总结

Linux常用命令总结

Linux常用命令总结

Linux常用命令总结--不断补充

Linux学习总结(80)—— 开发人员最常用的 Linux 命令总结