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
How do I run whois command?
What are linux commands useful?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is the example of command sentence?
How do I run a command in linux?
Which daemon is used for scheduling of the commands?
How do I do a whois search?
Explain trap command; shift command, getopts command of linux?
Explain about lpr filename?
Which command puts a script to sleep untill a signal is recieved?
What does history command do in linux?
List the three main parts of an operating system command?
What is cd command used for?
What does mkdir mean in linux?
What are vim commands?