通过top查看有14个僵尸进程,或通过
ps -A -ostat,ppid,pid,cmd |grep -e '^[Zz]'
通过ps -ef|grep 3748 查看其进程pid
通过kill -s 9 13908 杀死其进程
剩下的循环以上步骤一个一个将僵尸进程杀死