what is jumbi process?

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


Please Help Members By Posting Answers For Below Questions

What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?

677


can any one send me one project on linux ...?

2358


Can I delete .bash history?

517


How do I check my cpu cores?

531


How do I change directories in linux command line?

478






Who is unix command?

560


What is the difference between diff and cmp command in unix?

482


What is option in linux command?

547


Why is unix used?

555


What does cd – command do?

600


What is git command?

526


please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in

1905


What is makefile target?

520


Explain any one service which are working on udp only?

526


What is the difference between clang and llvm?

564