Posts Tagged ‘ users ’

Linux Tip: Killing more Users

April 17, 2013
By
Linux Tip: Killing more Users

To kill all processes of a particular user from root at unix prompt type: # kill -9 `ps -fu username |awk ‘{ print $2 }’|grep -v PID` We can also use the username as an argument and pass it from command line, if this command is put as a script.

Read more »

Search

Advertisement

Affiliates

Featured Video

Translator

Links