How about "slay." The package discription advertises that it kills all of a
users processes. I've never tried it though... really... ;)
R.
Raphael Clancy
LAN Admin.
Dept. of OBGYN
505.272.6374
[EMAIL PROTECTED]
--- Begin Message ---
kill `ps axu|grep '^USER\>'|sed -e 's/[^0-9]*\([0-9]*\).*/\1/'
Guilherme Soares Zahn wrote:
>Hi there,
>
>I was wondering if there's a way to kill all of a user's processes
>at once... This would be VERY useful in cases like today, when I made a
>little mistake in my crontab and a process that should be started at
>6h00 am was started once for
On Fri, Aug 13, 1999 at 10:31:53AM -0300, Guilherme Soares Zahn wrote:
> Hi there,
>
> I was wondering if there's a way to kill all of a user's processes
> at once... This would be VERY useful in cases like today, when I made a
> little mistake in my crontab and a process that should be starte
kill `ps axu|grep '^USER\>'|sed -e 's/[^0-9]*\([0-9]*\).*/\1/'`
at least, that's what *i* would do.
Hi Guilherme,
> I was wondering if there's a way to kill all of a user's processes
> at once... This would be VERY useful in cases like today, when I made a
> little mistake in my crontab and a process that should be started at
> 6h00 am was started once for each minute between 6h00 and 7h00..
Hi there,
I was wondering if there's a way to kill all of a user's processes
at once... This would be VERY useful in cases like today, when I made a
little mistake in my crontab and a process that should be started at
6h00 am was started once for each minute between 6h00 and 7h00... OK, it
was
6 matches
Mail list logo