使用 kill -9 PID 没法杀死一个进程.code
kill -9 PID
这个进程多是一个僵尸进程(Zombie Process).进程
ps -ef | grep defunc
ps -ef | grep defunct | more
kill -9 PPID