1. 程式人生 > >Linux下常用命令

Linux下常用命令

spa gre linux clas linu color root style pri

1.批量kill篩選進程

[root@localhost ~]# ps -ef | grep php-fpm |awk {print $2}|xargs kill -9

Linux下常用命令