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 Shorewall – Open ports for specific IP March 20, 2013 Linux-Unix: VI editor June 12, 2012 Mandriva Linux: Install and Use VNC Server (vncserver) June 23, 2012 Leave a Reply Cancel replyYou must be logged in to post a comment.