ps aux | grep defunct| grep -v "grep"
-v参数含义为不包括
参考文章:
http://blog.csdn.net/hailangamy/article/details/7165194