查询所需进程并kill
ps aux | grep nginx | grep -v grep | awk '{print $2}' | xargs kill -9
参考
https://blog.csdn.net/qq_43544283/article/details/123021771
查询所需进程并kill
ps aux | grep nginx | grep -v grep | awk '{print $2}' | xargs kill -9
参考
https://blog.csdn.net/qq_43544283/article/details/123021771
本文标题:查询所需进程并kill
本文链接:https://www.haomeiwen.com/subject/kkxpprtx.html
网友评论