查看僵尸进程

ps -A -o stat,user,pid,ppid,%mem,%cpu,cmd|grep -e ”^[Zz]”

需要kill -9 他们的父进程.