Zombie process

On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution (via the <a href="/mediawiki/index.php?title=Exit_(system_call)" title="Exit (system call)">exit</a> system call) but still has an entry in the process table: it is a process in the "Terminated state". This occurs for child processes, where the entry is still needed to allow the parent process to read its child's exit status: once the exit status is read via the <a href="/mediawiki/index.php?title=Wait_(system_call)" title="Wait (system call)">wait</a> system call, the zombie's entry is removed from the process table and it is said to be "reaped". A child process always first becomes a zombie before being removed from the resource table. In most cases, under norma

Zombie process

On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution (via the <a href="/mediawiki/index.php?title=Exit_(system_call)" title="Exit (system call)">exit</a> system call) but still has an entry in the process table: it is a process in the "Terminated state". This occurs for child processes, where the entry is still needed to allow the parent process to read its child's exit status: once the exit status is read via the <a href="/mediawiki/index.php?title=Wait_(system_call)" title="Wait (system call)">wait</a> system call, the zombie's entry is removed from the process table and it is said to be "reaped". A child process always first becomes a zombie before being removed from the resource table. In most cases, under norma