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

Which daemon is used for scheduling of the commands?

568


Which command would you use to create a file system on a new hard drive?

574


You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?

557


What is the difference between find and locate command in linux?

540


What is $@ in makefile?

560






How do I find the console in linux?

544


What are the options of wc command?

544


You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

557


What is git command?

524


How do I get to root in linux?

543


How do you ask politely?

531


What does kill in linux?

538


What is the purpose output of cd command?

574


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

478


How do you know which shell I am using in linux?

526