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: mount command June 16, 2012 Linux: JDK SE6 Installation June 14, 2012 Linux: top and df commands June 16, 2012 Leave a Reply Cancel replyYou must be logged in to post a comment.