What is a zombie?

Answers were Sorted based on User's Feedback



What is a zombie?..

Answer / manish

Zombie process or defunct process is a process that has
completed execution but still has an entry in the process
table.

Is This Answer Correct ?    19 Yes 0 No

What is a zombie?..

Answer / surendra

When a child process exits, it has to give the exit status
to the parent process. If the parent process is busy or
suspended then the child process will not be able to
terminate. Such a state is called zombie state.

Is This Answer Correct ?    18 Yes 0 No

What is a zombie?..

Answer / vishal

The last state of all process is zombie.But this doesnot
mean if process parent is dead it will come in
zombie.because as soon as parent is dead Process 0 i.e. init
process becomes parent to that child.
To be in zombie state means that process parent does not
enquired about its cause of death by executing wait() .

Is This Answer Correct ?    10 Yes 2 No

What is a zombie?..

Answer / suhas shirol

zombie process occure when the proc table entrie is not
released.

Is This Answer Correct ?    3 Yes 0 No

What is a zombie?..

Answer / kamal

If the child process is done its work and if the allocated
time to that process is over, that process will get in
zombie state to give its last out put to its parent process.
When parent process get the time and when it listen to the
out put of child process child process will get terminated.

Is This Answer Correct ?    3 Yes 3 No

What is a zombie?..

Answer / tusifu edison

a zombie is a process that has completed the execution but not yet reaped by the parent process. but the process entries are in the process table and the PID.

Is This Answer Correct ?    0 Yes 0 No

What is a zombie?..

Answer / dil ka don

Whenever process killed, then it makes a "zombie" state
entry in the process table. because parent process or init
process need status information of killed process, such as
how long time killed process running in kernel and user
process...

Is This Answer Correct ?    7 Yes 9 No

What is a zombie?..

Answer / kesava reddy

A system that has been taken over using Remote Control
Software. Zombies are often used to send spam or to attack
remote servers with an overwhelming amount of traffic (a
Distributed Denial of Service Attack).

Is This Answer Correct ?    2 Yes 14 No

What is a zombie?..

Answer / achal

A zombie process is one whose child process has terminated
or get killed before its own termination.

Is This Answer Correct ?    5 Yes 18 No

What is a zombie?..

Answer / sameer

A zombie process is child process whose parent has been
killed and this child process is neither active nor dead.
Hence the name zombie.

Is This Answer Correct ?    10 Yes 26 No

Post New Answer

More Unix IPC Interview Questions

What are various IDs associated with a process?

4 Answers  


What is the very first process created by kernel?

0 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


How to write the program on full-duplex communication on bidirectional?

0 Answers  


What Happens when you execute a command?

3 Answers  






What are the system calls used for process management:

5 Answers  


what about the initial process sequence while the system boots up?

1 Answers  


Explain linking across directories?

0 Answers  


Explain the system calls used for process management?

0 Answers  


what is the very first process created by kernell

5 Answers  


In Unix inter process communication take place using?

2 Answers  


Max relaxable permisssion value with out giving write permission to others?

2 Answers   IBM,


Categories