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...


when zombie process fully cleared?

Answers were Sorted based on User's Feedback



when zombie process fully cleared?..

Answer / vimal kumar k,technomenace.com

When the server gets restarted!

Is This Answer Correct ?    9 Yes 3 No

when zombie process fully cleared?..

Answer / ajit mohan b

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 ?    8 Yes 3 No

when zombie process fully cleared?..

Answer / naggy

kill -s SIGCHLD ppid

ppid = parent process ID

Is This Answer Correct ?    0 Yes 0 No

when zombie process fully cleared?..

Answer / ashish

Zombie process are the ones for which its parent process
has lost track of.
You can view the zombie processes by using
ps -auwx | grep Z

And to kill them use
kill -9 pid

But normally this wont work. So we will first have to kill
its parent process. And to do this you can use

ps -l pid

to list the pid of the parent process(indicated by PPID)
and then use (kill -9 pid) to terminate it.
If in any case the parent process is the init(1) process
itself, then there is no other option than to reboot the
system.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

What is echo command in batch file?

0 Answers  


How to recover /etc/passwd file and /etc/shadow file?

0 Answers  


What is top command in linux?

0 Answers  


What is the fastest way to enter a series of commands from the command-line?

0 Answers  


What is tty in linux command?

0 Answers  


I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?

3 Answers   CTS,


Which daemon is used for scheduling of the commands?

0 Answers  


What is the Difference between 'su' and 'su-' ?

5 Answers   Fujitsu, Locuz,


What are the commands used in command prompt?

0 Answers  


What is a ulimit in unix?

0 Answers  


who invented unix?

3 Answers   Wipro,


How do I navigate in cmd?

0 Answers  


Categories