kill processes+linux

A user has multiple processes running, I don't want to kill them manually i.e. kill -9 123345 .

I want to kill them with one command, any idea what the command might be?


Thanks!

 

 

 

 

Top