Answer Posted / ajit mohan b
Zombie process or defunct process is a process that has
completed execution but still has an entry in the process
table. This entry is still being needed to allow the process
that started the zombie process to read its exit status.
Zombies can be identified in the output from the ps command
by the presence of a "Z" in the STAT column. Use kill -9 or
kill -15 to remove zombie process.
Zombie is not same as orphan process. An orphan process is a
process that is still executing, but whose parent has died.
They do not become zombie processes; instead, they are
adopted by init (process ID 1), which waits on its children.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is bash command?
What do you mean by directory?
What does mkdir do in linux?
How do I check my system performance?
Why do we use cmake?
What is the difference between rmdir and rm r?
Which command would you use to create a file system on a new hard drive?
How do you ask politely?
How many interfaces(ethernet cards) are working using single command?
How do you run command every time a file is modified?
How do I run a shell script?
What is Syntax of any Linux command?
What does chmod 666 do?
How can you copy lines into the buffer in command mode?
What are the mv command options?