Tag Archives: kill tips

How To Kill Process From Specified User

Sometimes, we need to kill all process made by specified user in our server (e.g. too much process from nobody), here’s quick trick to do it: kill `ps -u [username] -o “pid=”` P. S. You can use kill -9 instead … Continue reading

Posted in Unix/Linux | Tagged , | 6 Comments