What do you mean by zambie process?

Answers were Sorted based on User's Feedback



What do you mean by zambie process?..

Answer / guest

A zombie process or defunct process is a process that has
completed execution but still has an entry in the process
table, this entry being still needed to allow the process
that started the zombie process to read its exit status.
The term zombie process derives from the common definition
of zombieā€”an undead person. In the term's colorful
metaphor, the child process has died but has not yet been
reaped.

Is This Answer Correct ?    5 Yes 1 No

What do you mean by zambie process?..

Answer / veerendra

If a parent is not calling wait() even after the
termination of the child, The child process will become
zombie process. All Zombie processes are attached to Init
process.

Is This Answer Correct ?    3 Yes 0 No

What do you mean by zambie process?..

Answer / pradi

This is a scenario where child process terminates before
the parent process.

Is This Answer Correct ?    6 Yes 4 No

What do you mean by zambie process?..

Answer / subhani

zombie process means which doesnt have any parent process

we cant kill this process only kernal can take care of this
once the system rebooted all the zombie processers are
killed or cleard by kernal.

if the zombie processers are more than 15 we must reboot
the system.

Is This Answer Correct ?    1 Yes 1 No

What do you mean by zambie process?..

Answer / yogi

Zombie process is one type process.The process is completed but the process entry still appear in the process table,In that time the process create new process id's.The child process does not acknowledgement to parent process , That time the parent process creates new process id,every child process create new process,that time system performance will be degraded .

Is This Answer Correct ?    0 Yes 0 No

What do you mean by zambie process?..

Answer / guest

this is the final state

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Unix Commands Interview Questions

hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


distinguish between user mode and kernel mode?

4 Answers   Infosys,


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  


hw will u use awk in replacing cahrs and files

0 Answers  






What are the general commands in using unix os for a beginner?

0 Answers  


What is pid?

4 Answers  


Why is shebang used?

0 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


What does the “echo” command do?

0 Answers  


how to make IGNITE-BACKUP in HP-UX?

4 Answers   HP,


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


Categories