[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



kill `ps axu|grep '^USER\>'|sed -e 's/[^0-9]*\([0-9]*\).*/\1/'`

at least, that's what *i* would do.


Reply to: