how do I detect and kill zombie processes left from the command line of a Linux terminal?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Apr 28 '11 at 16:00
|
You cannot kill a zombie process. If the parent process does not call |
|||
|
|
|
You can grep for "defunct", or check for
If you want to kill it as well
|
|||
|
|