2020年3月31日

centos sudo ps查找并kill线程

摘要: ps -ef | grep tomcat | grep -v grep | cut -c 9-15 | xargs sudo kill -s 9 阅读全文

posted @ 2020-03-31 16:39 Hi,王松柏 阅读(545) 评论(0) 推荐(0) 编辑

导航