Answer Posted / sandeep patra
guys, we can think of zombie process as a GHOST. when a
person (having some unfinished business on earth) dies they
become ghost, means they are dead but they have there
existence on this earth. Just like that if a process died
but it's existence remains in the process entry table then
that process became Zombie.
now who is going to clean this mess?
so it is the work of the parent process to clean this thing
by waiting on the child process.
if the parent process don't clean up this mess then it would
be the work of operating system to release these resources
when process entry table would be looked up again
Regards,
Sandy :)
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is merge command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I search for text in vi?
Describe the zip/unzip command using gzip.
What is the use of the tee command?
What is a bash command?
How do I open a port?
What is ctrl d?
What is used to type command?
What is {} in find command?
What is the difference between awk and grep?
How do I use nslookup?
What do chgrp command do?
Why is shebang used?
What is the size of time_t?