adspace


What is a zombie process?

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


Please Help Members By Posting Answers For Below Questions

What is the latest linux kernel?

1035


What is the latest version of linux?

1022


How do I search for files containing specific text in linux?

826