<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Kill a Process by Process Name from Ubuntu Command Line</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 05:29:54 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anotherone</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-79284</link>
		<dc:creator>Anotherone</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-79284</guid>
		<description>or ps aux &#124; grep irssi &#124; grep -v grep &#124; awk &#039;{print$2}&#039; &#124; xargs kill -9</description>
		<content:encoded><![CDATA[<p>or ps aux | grep irssi | grep -v grep | awk &#8216;{print$2}&#8217; | xargs kill -9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-78898</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Thu, 05 Nov 2009 11:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-78898</guid>
		<description>i am wondering whether a kill command can be piped ot not

i tried the command
ps &#124; grep hbuild_topic &#124; cut -c-6 &#124; kill to kill all the process with the name hbuild_topic  i wasnt able to kill the process</description>
		<content:encoded><![CDATA[<p>i am wondering whether a kill command can be piped ot not</p>
<p>i tried the command<br />
ps | grep hbuild_topic | cut -c-6 | kill to kill all the process with the name hbuild_topic  i wasnt able to kill the process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tryntobegeek</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-71156</link>
		<dc:creator>tryntobegeek</dc:creator>
		<pubDate>Wed, 29 Apr 2009 22:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-71156</guid>
		<description>Thanks for helping this newbie out.</description>
		<content:encoded><![CDATA[<p>Thanks for helping this newbie out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Glennon</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-70058</link>
		<dc:creator>Matthew Glennon</dc:creator>
		<pubDate>Thu, 09 Apr 2009 12:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-70058</guid>
		<description>Perfect! Just what i was looking for.

Thanks!</description>
		<content:encoded><![CDATA[<p>Perfect! Just what i was looking for.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kar.ma</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-66688</link>
		<dc:creator>Kar.ma</dc:creator>
		<pubDate>Thu, 12 Feb 2009 23:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-66688</guid>
		<description>Thank you! My wine was crashing, and my gnome-system-monitor couldn&#039;t close it (under Ubuntu 8.10). I could close it with 
killall -v wineserver

My CPU was quickly raising temperature, so thank you for this helpful simple short guide!</description>
		<content:encoded><![CDATA[<p>Thank you! My wine was crashing, and my gnome-system-monitor couldn&#8217;t close it (under Ubuntu 8.10). I could close it with<br />
killall -v wineserver</p>
<p>My CPU was quickly raising temperature, so thank you for this helpful simple short guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmut</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-51500</link>
		<dc:creator>Mahmut</dc:creator>
		<pubDate>Thu, 05 Jun 2008 09:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-51500</guid>
		<description>Thanks Nicholas. It is working</description>
		<content:encoded><![CDATA[<p>Thanks Nicholas. It is working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-16775</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Sun, 20 May 2007 21:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-16775</guid>
		<description>I just use this: killall (program name). Works fine for me.</description>
		<content:encoded><![CDATA[<p>I just use this: killall (program name). Works fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sven</title>
		<link>http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/comment-page-1/#comment-4909</link>
		<dc:creator>sven</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/kill-a-process-by-process-name-from-ubuntu-command-line/#comment-4909</guid>
		<description>ps -ef &#124; grep irssi &#124; grep -v grep &#124; xargs kill 
would work too</description>
		<content:encoded><![CDATA[<p>ps -ef | grep irssi | grep -v grep | xargs kill<br />
would work too</p>
]]></content:encoded>
	</item>
</channel>
</rss>
