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: Backup Shell Script for Joomla June 10, 2012 Linux-Unix: Find files / Find in files June 12, 2012 Linux: top and df commands June 16, 2012 Leave a Reply Cancel replyYou must be logged in to post a comment.