centos sudo ps查找并kill线程

ps -ef | grep tomcat | grep -v grep | cut -c 9-15 | xargs sudo kill -s 9
相关文章
相关标签/搜索