Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Enlist some filename manipulation commands in unix.

0 Answers  


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

0 Answers  


what does a process mean?

7 Answers   Infosys,


What does this command do? Cat food 1 > kitty

0 Answers  


Explain the read, write, and execute permissions on a UNIX directory.

5 Answers  


Describe the usage and functionality of the command rm –r * in unix?

2 Answers  


Explain the steps that a shell follows while processing a command.

0 Answers  


Can you enlist some commonly used network commands?

0 Answers  


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


Why is grep called grep?

0 Answers  


What is nr in awk command?

0 Answers  


How do you copy a directory with many files and folders into another directory?

2 Answers  


Categories