formats

How to Kill Zombie Processes

How to Kill Zombie Processes | Killing zombie processes in Linux or Unix cannot be done, as they are already dead. Often the only solution is to restart your machine. However, it is sometimes possible to kill or restart the parent process which will then often clear out zombie child processes. To show parent/child process hierarchy, use the following command: $

Home Posts tagged "child process"