What is a zombie process?
Answer / 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 |
How do I check my ip address in linux?
Why linux is more secure than windows?
Does freenas really need 8gb ram?
How do you look at the contents of a file named sample.z?
Is kali linux illegal?
Why do people use linux?
Can I install linux on android phone?
What is linux xfce?
What does a nameless (empty) directory represent?
In my server squid is configured,and in my client machine i am using proxy (connection settings... proxy server ip) i configured..in server orkut.com is blocked, is it possible to use orkut even when i am using proxy at client side.....
What is the difference between smtp and pop3?
How to test if a zip file is corrupted in Linux?