LXer: How To Kill Zombie Processes on Linux
by LXer from LinuxQuestions.org on (#58YDD)
Published at LXer:
Also known as defunct" or dead" process - In simple words, a Zombie process is one that is dead but is present in the system's process table. Ideally, it should have been cleaned from the process table once it completed its job/execution but for some reason, its parent process didn't clean it up properly after the execution.
Read More...


Also known as defunct" or dead" process - In simple words, a Zombie process is one that is dead but is present in the system's process table. Ideally, it should have been cleaned from the process table once it completed its job/execution but for some reason, its parent process didn't clean it up properly after the execution.
Read More...