Fwd: Re: killing ALL of a user's processes at once

1999-08-13 Thread Raphael clancy
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/'

Re: killing ALL of a user's processes at once

1999-08-13 Thread Oliver Elphick
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

Re: killing ALL of a user's processes at once

1999-08-13 Thread Dan Everton
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

Re: killing ALL of a user's processes at once

1999-08-13 Thread Samuel R. Scarano
kill `ps axu|grep '^USER\>'|sed -e 's/[^0-9]*\([0-9]*\).*/\1/'` at least, that's what *i* would do.

Re: killing ALL of a user's processes at once

1999-08-13 Thread Stephan Engelke
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..

killing ALL of a user's processes at once

1999-08-13 Thread Guilherme Soares Zahn
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