<?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 Linux Processes Easier with pkill</title>
	<atom:link href="http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pilip</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-62989</link>
		<dc:creator>pilip</dc:creator>
		<pubDate>Thu, 11 Dec 2008 16:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-62989</guid>
		<description>just for fun:
ps &#124; grep swiftfox &#124; cut -d  &#039; &#039; -f 1</description>
		<content:encoded><![CDATA[<p>just for fun:<br />
ps | grep swiftfox | cut -d  &#8216; &#8216; -f 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leon.c</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-60546</link>
		<dc:creator>leon.c</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-60546</guid>
		<description>If you just want to get rid of the user I recommend this:
http://blog.ooz.ie/2008/05/bash-kick-quick-way-to-get-rid-of.html</description>
		<content:encoded><![CDATA[<p>If you just want to get rid of the user I recommend this:<br />
<a href="http://blog.ooz.ie/2008/05/bash-kick-quick-way-to-get-rid-of.html" rel="nofollow">http://blog.ooz.ie/2008/05/bas.....id-of.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jguy</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-51754</link>
		<dc:creator>Jguy</dc:creator>
		<pubDate>Mon, 09 Jun 2008 12:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-51754</guid>
		<description>pkill does a kill -15 this won&#039;t kill everything.  For example to do a kill -9 on the bash session your in do:

pkill -9 bash -s 0

If you do just a:

pkill bash -s 0

it won&#039;t work kill -15 (the default for pkill) won&#039;t kill bash.

Type kill -l for a full list of kill signals.  :D</description>
		<content:encoded><![CDATA[<p>pkill does a kill -15 this won&#8217;t kill everything.  For example to do a kill -9 on the bash session your in do:</p>
<p>pkill -9 bash -s 0</p>
<p>If you do just a:</p>
<p>pkill bash -s 0</p>
<p>it won&#8217;t work kill -15 (the default for pkill) won&#8217;t kill bash.</p>
<p>Type kill -l for a full list of kill signals.  <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bindu Madhavi</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-35506</link>
		<dc:creator>Bindu Madhavi</dc:creator>
		<pubDate>Tue, 29 Jan 2008 08:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-35506</guid>
		<description>For killing the process in  linux , we are using the CMD like pkill &amp; we can use the CMD like 
kill -9 also.Then what is the difference between these two syntax,s is it same or there is some difference.</description>
		<content:encoded><![CDATA[<p>For killing the process in  linux , we are using the CMD like pkill &amp; we can use the CMD like<br />
kill -9 also.Then what is the difference between these two syntax,s is it same or there is some difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-28726</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sun, 09 Dec 2007 13:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-28726</guid>
		<description>In addition to Gustav Dahl&#039;s comment, I&#039;d like to note that by default on KDE you can launch xkill by pressing Ctrl+Alt+Esc. Makes killing a program take </description>
		<content:encoded><![CDATA[<p>In addition to Gustav Dahl&#8217;s comment, I&#8217;d like to note that by default on KDE you can launch xkill by pressing Ctrl+Alt+Esc. Makes killing a program take</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-28661</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Sat, 08 Dec 2007 03:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-28661</guid>
		<description>What about...
killall swiftfox</description>
		<content:encoded><![CDATA[<p>What about&#8230;<br />
killall swiftfox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustav Dahl</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-28643</link>
		<dc:creator>Gustav Dahl</dc:creator>
		<pubDate>Fri, 07 Dec 2007 18:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-28643</guid>
		<description>Or if you still got a GUI - maybe not working, but it is still there - you can use xkill, and then click on the window to kill the program :)</description>
		<content:encoded><![CDATA[<p>Or if you still got a GUI &#8211; maybe not working, but it is still there &#8211; you can use xkill, and then click on the window to kill the program <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike W</title>
		<link>http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/comment-page-1/#comment-28642</link>
		<dc:creator>Mike W</dc:creator>
		<pubDate>Fri, 07 Dec 2007 17:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/kill-linux-processes-easier-with-pkill/#comment-28642</guid>
		<description>This is similar to the more popular killall command. Use the -r switch to match a regex and -i for interactive usage to err on the safe side.

Also, when using &quot;ps ax &#124; grep&quot; surround the first letter of your regex with []s (square brackets) to keep from matching the grep process. ie, &quot;ps ax &#124; grep [m]y&quot; will match mysql and mythbackend but not the &quot;grep my&quot; process.</description>
		<content:encoded><![CDATA[<p>This is similar to the more popular killall command. Use the -r switch to match a regex and -i for interactive usage to err on the safe side.</p>
<p>Also, when using &#8220;ps ax | grep&#8221; surround the first letter of your regex with []s (square brackets) to keep from matching the grep process. ie, &#8220;ps ax | grep [m]y&#8221; will match mysql and mythbackend but not the &#8220;grep my&#8221; process.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
