Linux:Killing processes Post author:admin Post published:June 30, 2012 Post category:Linux-Unix: How To Examples Post comments:0 Comments Find the processes to be killed: ps -ef | grep httpd Kill them: kill -9 12345 56789 You Might Also Like Linux-Unix: Find files / Find in files June 12, 2012 Linux-Unix: VI editor June 12, 2012 Linux: at command June 16, 2012 Leave a Reply Cancel replyYou must be logged in to post a comment.