linux 結束某個進程,而且結束子進程

pid=49184
childid=`ps -ef|grep $pid|grep -v grep|awk '{printf " %s",$2 }'`
kill -9 $childid
相關文章
相關標籤/搜索