Re: Killing Zombie process!




Yes you can do so...

Try this:

ps aux | awk '{ print $8 " " $2 }' | grep -w Z;



Kill them one by one.. e.g kill -9 4104

or else direct them into a file and place this command in a for or while loop..

Hope that helps!

~Regards
Debajit kataki

On Tue, 23 Oct 2007 smitha rao wrote :
Hi All,

I was wondering if i can kill all the zombie process in my server in one
shot.


~Regards

Smitha
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: limited noof times execution
    ... You can put command line argument and inside your program, you can repeat ... the functionality required by a loop which has number of iterations=command ... Regards, ...
    (comp.lang.c)
  • Sol8 and EVA hangs
    ... Secure Path 3.0D is loaded for channel failover. ... retrying command ... # Adapter hard loop ID address to use on the fibre channel bus. ...
    (SunManagers)
  • Summary: Sol8 and EVA hangs
    ... Oct 8 11:00:41 proddb SCSI transport failed: reason 'aborted': ... retrying command ... # Adapter hard loop ID address to use on the fibre channel bus. ... # before reporting I/O errors. ...
    (SunManagers)
  • Re: Using foreach loop to create radiobutton menu
    ... Your foreach loop is not the problem, the problem is how you define the -command. ... The only possible thing the interpreter can do is substitute the current value of range, which is likely the last value once your loop exited. ... One choice is double quotes. ... The double quotes means that $range gets expanded while in the loop, long before the puts command actually runs. ...
    (comp.lang.tcl)
  • Re: Failing DC
    ... At least the ADRM password is needed, so i think not possible because you can not change it remote during the loop. ... Best regards ... Meinolf Weber ... not the broken harddisk you can also seize the FSMO roles on ...
    (microsoft.public.windows.server.active_directory)