centos sudo ps查找并kill线程

来源:互联网 发布:暴君熊的实力知乎 编辑:程序博客网 时间:2024/06/01 10:39
ps -ef | grep tomcat | grep -v grep | cut -c 9-15 | xargs sudo kill -s 9
0 0