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 is the functions of zambie process?

Answers were Sorted based on User's Feedback



What is the functions of zambie process?..

Answer / sandeep patra

guys, we can think of zombie process as a GHOST. when a
person (having some unfinished business on earth) dies they
become ghost, means they are dead but they have there
existence on this earth. Just like that if a process died
but it's existence remains in the process entry table then
that process became Zombie.

now who is going to clean this mess?
so it is the work of the parent process to clean this thing
by waiting on the child process.
if the parent process don't clean up this mess then it would
be the work of operating system to release these resources
when process entry table would be looked up again

Regards,
Sandy :)

Is This Answer Correct ?    20 Yes 0 No

What is the functions of zambie process?..

Answer / guest


When a process ends, all of the memory and resources
associated with it are deallocated so they can be used by
other processes. However, the process's entry in the
process table remains. The parent can read the child's exit
status by executing the wait system call, at which stage
the zombie is removed. The wait call may be executed in
sequential code, but it is commonly executed in a handler
for the SIGCHLD signal, which the parent is sent whenever a
child has died.

After the zombie is removed, its process ID and entry in
the process table can then be reused. However, if a parent
fails to call wait, the zombie will be left in the process
table. In some situations this may be desirable, for
example if the parent creates another child process it
ensures that it will not be allocated the same process ID.

Is This Answer Correct ?    9 Yes 0 No

What is the functions of zambie process?..

Answer / guest

the process executed the exit system call

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Unix Commands Interview Questions

Name the various commands that are used for the user information in unix.

0 Answers  


What is grep short for?

0 Answers  


who to change the duplex setting of network interface in command line

1 Answers  


What is the syntax of grep command and what is its use?

6 Answers  


how to unzip the contents of the gzip file

1 Answers   Epsilon,


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


What is the procedure of "at" and crontab" commands?

4 Answers  


What is the different between UNIX command and UNIX shell script?

2 Answers  


What Command is used to make a directory?

4 Answers   IBM,


what are processor execution levels and priorities?

2 Answers   Infosys,


Write a command that will display files in the current directory, in a colored, long format.

0 Answers  


Why is it called grep?

0 Answers  


Categories