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?

Answers were Sorted based on User's Feedback



what is jumbi process?..

Answer / renjith

zoombie process or defunct process.
- Process that finish execution or we can say the process
died but still it has entry in the process table.
A process finished execution but parent of that process is
not ready to accept the exit status from it . At that time
process go to zoombie state.

Is This Answer Correct ?    13 Yes 1 No

what is jumbi process?..

Answer / 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

what is jumbi process?..

Answer / jijesh poyil

Hello Praveen,
Hello Prashanth,
Please dont ask questions from faq's
Ask questions from your experience, so that you can avoid
show off's.
===========================================================

I had a solid interview with CSC hyderabad,
Thanks a lot to the solaris team.
CSC is the great

Is This Answer Correct ?    4 Yes 0 No

what is jumbi process?..

Answer / franklin doss

zombie process
before process dies it sends signal to its parent
process,immediately it will not get acknowledgement from
parent.process clearing except pid only.after reboot all
about clear.

more details:http://guru.google.com

Is This Answer Correct ?    1 Yes 2 No

what is jumbi process?..

Answer / ajit mohan b

Zombie process or defunct process is a process that has
completed execution but still has an entry in the process
table. This entry is still being needed to allow the process
that started the zombie process to read its exit status.
Zombies can be identified in the output from the ps command
by the presence of a "Z" in the STAT column. Use kill -9 or
kill -15 to remove zombie process.

Zombie is not same as orphan process. An orphan process is a
process that is still executing, but whose parent has died.
They do not become zombie processes; instead, they are
adopted by init (process ID 1), which waits on its children.

Is This Answer Correct ?    2 Yes 3 No

what is jumbi process?..

Answer / its.kitts

its a dead process
it's parent process has been killed abruptly.



its.kitts@gmail.com

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Linux Commands Interview Questions

How you will create new folder / directories and how to remove file and folder in linux?

0 Answers  


how do you port scaning with netcat command?

1 Answers   Qseap Technologies, Wipro,


What command you execute to display the last five commands you have entered?

4 Answers  


What does r mean linux?

0 Answers  


When is it better to use the more command rather than cat command?

3 Answers  


How do you list all the files in a directory, including hidden files?

1 Answers  


What is clang format?

0 Answers  


Write a command that will display all .txt files, including its individual permission.

0 Answers  


Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?

0 Answers  


How to add Crete a new ftp user? or How to add a exiting user into FTP ?

1 Answers   Mind Tree,


In order to display the last five commands you have entered using the fc command, you would type?

0 Answers  


How do you create a text file in linux?

0 Answers  


Categories