Hi,

On Mon, Sep 21, 2009 at 9:46 AM, balachandar muruganantham
<[email protected]> wrote:
> On Sat, Sep 19, 2009 at 5:04 AM, Girish Venkatachalam <
> [email protected]> wrote:
>
> i use xargs most of the times to kill a particular process for e.g. httpd
>
> ps -ef | grep httpd | awk '{print $2}' | xargs sudo kill -9
>

I use 'sudo pkill -9 <process name>' for the same purpose as I need
only a single command to do the same. :-)


Thank you.

Regards,
Guruprasad.
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to