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 does grep command do?
What are the ms dos commands?
How many interfaces(ethernet cards) are working using single command?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is grep command?
What is the symbol of linux?
What is the default number of shell commands saved in the history list of .cshrc file?
How do I permanently delete linux history?
Which Command used to lock user password in Linux?
How do I check cores in linux?
What are the 7 types of sentences?
How do make computer faster?
How use linux command line?
How can you check the amount of lines in a file?
What is kill 9 in linux?