What is a zombie process?
A zombie process is a term used in operating systems to describe a process that has completed execution but still has an entry in the process table. It exists in a "zombie" state because its parent process has not yet read its exit status from the process table. Zombie processes consume minimal system resources but indicate a flaw in process management if they accumulate excessively.