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: Extract or Compress files zip, tar.gz June 27, 2012 Linux: top and df commands June 16, 2012 Linux: Running a script at boot time June 17, 2012 Leave a Reply Cancel replyYou must be logged in to post a comment.