linux kill all processes owned by a user

kill -9 `ps -u <username> -o ”pid=”`

 

sursa