Re: Log off doesn end all user processes
jomegat <[email protected]> Wed, 16 Apr 2014 09:06:26 -0400
| Newsgroups | gmane.linux.redhat.k12osn |
|---|---|
| Message-ID | <[email protected]> |
On 04/16/2014 08:58 AM, Jim Kinney wrote:
> run this:
>
> ps aux | grep radek | awk '{print $2}' | xargs kill -9
Here's an easier option:
pkill -u radek
Also,
pkill -u radek --signal 9
--
Jim Thomas (j omegat t)
It's easier to outsmart people than it is to outdumb them.
- Scott Meyers
_______________________________________________
K12OSN mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>