adspace
Answer Posted / Ranbir
A zombie process is a defunct (terminated) child process that still exists in the process table but has completed execution and is awaiting its parent process to reap it. This occurs when the parent process neglects to call wait() or waitpid() system calls.nnZombie processes consume some resources, such as memory, even though they are no longer active.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers