You may find one day that you want to kill all processes owned by a particular user. This shows how to do so under Linux (BASH).
As root at the command line:
kill -9 `ps -u <username> -o "pid="`
Substitute the appropriate user name for <username>.
| < Prev | Next > |
|---|





