在networking驱动器故障期间,我得到了两个进程。
1 D 0 1199 1 0 80 0 - 19101 wait_o pts/21 00:00:01 rsync 1 Z 0 1226 1199 0 80 0 - 0 exit pts/21 00:00:00 rsync <defunct>
如何杀死他们?
谢谢阿尔曼
发送一个SIGCHILD信号给父进程,如果不行的话杀死父进程。
http://en.wikipedia.org/wiki/Zombie_process