使用 kill -9 PID 沒法殺死一個進程.code
kill -9 PID
這個進程多是一個殭屍進程(Zombie Process).進程
ps -ef | grep defunc
ps -ef | grep defunct | more
kill -9 PPID