On Tue, 2002-07-16 at 11:26, hrishy wrote:
> 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
>
kill -9 `/sbin/pidof processname` is what I usually use in these cases.
/sbin/pidof is a symlink to /sbin/killall5, at least in Mandrake, not
having heard anybody else even mention it, I wonder whether or not it is
available in other distros?
R.
--
Windows: An unrecoverable acquisition error.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!