Welcome


Tuesday, September 16, 2008

Killing an unwanted user by giving "w" commands

KILL A USER, IN THE UNIX SENSE
To kill all the processes associated with a particular user
simply:

# kill -9 `ps -aefgrep jondoe awk '{ print $2 }'`

No comments: