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 jumbi process?

Answer Posted / jijesh poyil

A zombie process or defunct process is a process that
has completed execution but still has an entry in the
process table.
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
receives 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.
Answer
# Do a ps and identify the zombie processes
# ps -el | grep 'Z'
Occasionally, these processes are in such a state
that the
only way to get rid of them is to reboot to clear
them.

In most cases, you can get rid of a zombie by
normal means,
"kill -15 zombie PPID", "kill -9 zombie PPID".

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why context switching time should be minimum? How it depends on hardware support?

1851


Explain command grouping in linux?

1133


What happens to hard link when file is deleted?

972


What is cat command in linux?

1066


tell me something about linux commands.

1151


Which command would you use if you want to remove the password assigned to a group?

992


What command should you use to check your file system?

1075


What is echo command in batch file?

1146


How remove all files in a directory linux?

1072


Explain trap command; shift command, getopts command of linux?

1125


Brief about finger username?

1050


How do I check my disk space?

1043


How do I run multiple commands in linux?

1108


Is a command a full sentence?

1157


How do I set permission to run in linux?

1240