Linux kill user process
Posted by hasnain110 on February 16, 2009
Found it few days back so sharing it here:
kill -9 `ps -u <username> -o ”pid=”`
Where <username> should be the user you want to kill along with all its running processes
Posted by hasnain110 on February 16, 2009
Found it few days back so sharing it here:
kill -9 `ps -u <username> -o ”pid=”`
Where <username> should be the user you want to kill along with all its running processes
boraoleg said
Good information thank you
http://www.bircom.com