[ILUG] kill process by name

John Reilly jr at inconspicuous.org
Tue Jul 16 11:34:39 IST 2002


Don't try killall in Solaris though - I made that mistake once...

----- Original Message -----
From: "Fergal Moran" <fergal.moran at wasptech.com>
To: "hrishy" <hrishys at yahoo.co.uk>; <ilug at linux.ie>
Sent: Tuesday, July 16, 2002 11:23 AM
Subject: RE: [ILUG] kill process by name


> Use killall?
>
> > -----Original Message-----
> > From: hrishy [mailto:hrishys at yahoo.co.uk]
> > Sent: 16 July 2002 11:27
> > To: ilug at linux.ie
> > Subject: [ILUG] kill process by name
> >
> >
> > Hi All
> >
> > I want to kill a process by name...for example if
> > there are 100 process .what i want to do is
> >
> >
> > ps -ef |grep $1 |awk '{print $1}'|xargs kill -9
> >
> > the trouble is how to make grep substitute $1 by a
> > process name ?
> >
> > regards
> > Hrishy
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Everything you'll ever need on one web page
> > from News and Sport to Email and Music Charts http://uk.my.yahoo.com
> >
> > --
> > Irish Linux Users' Group: ilug at linux.ie
> > http://www.linux.ie/mailman/listinfo/ilug for
> > (un)subscription information. List maintainer: listmaster at linux.ie
> >
>
> --
> Irish Linux Users' Group: ilug at linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for (un)subscription
information.
> List maintainer: listmaster at linux.ie





More information about the ILUG mailing list