pid=49184
childid=`ps -ef|grep $pid|grep -v grep|awk '{printf " %s",$2 }'`
kill -9 $childid

相关文章: