Linux 运维中的一些命令 Create Time: 2023-05-09 03:13:32 Words: 74 # 批量关闭nginx进程 ps -e |grep nginx|awk '{print $1}' | xargs kill -9