ps -ef |grep 进程名 |awk '{print $2}'|grep -v grep|xargs kill -9
https://www.cnblogs.com/wintest/p/12749090.html
ps -ef |grep 进程名 |awk '{print $2}'|grep -v grep|xargs kill -9
https://www.cnblogs.com/wintest/p/12749090.html
本文标题:Linux-查找某进程并kill掉
本文链接:https://www.haomeiwen.com/subject/zmqdcrtx.html
网友评论