Re: Killing Zombie process!
- From: "debu" <debajit_kataki@xxxxxxxxxxxxxx>
- Date: 22 Oct 2007 22:46:27 -0000
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
- Follow-Ups:
- Re: Killing Zombie process!
- From: Cameron Simpson
- Re: Killing Zombie process!
- Prev by Date: Killing Zombie process!
- Next by Date: Re: Killing Zombie process!
- Previous by thread: Re: Killing Zombie process!
- Next by thread: Re: Killing Zombie process!
- Index(es):
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: What does Ctrl+C really do
... loop) to fgetsthe user's commands. ... As posted before there is a signal
handler taking care of that. ... I interprete "windows terminal" as a Command Shell
in MS-WIndows, ... Shell detects that the telnet client has been gone it terminates itself.
... (comp.os.vxworks)