Linux Shell腳本實現根據進程名殺死進程

轉 https://www.cnblogs.com/hanlong/p/5757146.htmlhtml ps -ef | grep 進程名 | grep -v grep | awk '{print $2}' | xargs kill -9
相關文章
相關標籤/搜索