linux 结束某个进程,而且结束子进程

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