<?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: Appropriate Use Of &#8220;kill -9 &#8220;</title>
	<atom:link href="http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: desgua</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-124258</link>
		<dc:creator>desgua</dc:creator>
		<pubDate>Thu, 21 Feb 2013 13:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-124258</guid>
		<description><![CDATA[I have made a script to automate what you taught us. 

Here it is at pastebin: http://pastebin.com/SCcK6dm5 

Thank you!]]></description>
		<content:encoded><![CDATA[<p>I have made a script to automate what you taught us. </p>
<p>Here it is at pastebin: <a href="http://pastebin.com/SCcK6dm5" rel="nofollow">http://pastebin.com/SCcK6dm5</a> </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lo0m</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116829</link>
		<dc:creator>lo0m</dc:creator>
		<pubDate>Wed, 15 Aug 2012 19:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116829</guid>
		<description><![CDATA[Thanx, this article cleared it a lot for me !]]></description>
		<content:encoded><![CDATA[<p>Thanx, this article cleared it a lot for me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thor Dekov Buur</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116828</link>
		<dc:creator>Thor Dekov Buur</dc:creator>
		<pubDate>Wed, 15 Aug 2012 06:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116828</guid>
		<description><![CDATA[Great post, thank you! I&#039;ve used kill -9 for ages and never thought it might be a problem.]]></description>
		<content:encoded><![CDATA[<p>Great post, thank you! I&#8217;ve used kill -9 for ages and never thought it might be a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banpei</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116826</link>
		<dc:creator>Banpei</dc:creator>
		<pubDate>Wed, 15 Aug 2012 04:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116826</guid>
		<description><![CDATA[Why SIGSEGV instead of SIGQUIT? Its default action is to dump core and it&#039;s bound to Ctrl-\]]></description>
		<content:encoded><![CDATA[<p>Why SIGSEGV instead of SIGQUIT? Its default action is to dump core and it&#8217;s bound to Ctrl-\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Carter</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116825</link>
		<dc:creator>Jonathan Carter</dc:creator>
		<pubDate>Wed, 15 Aug 2012 01:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116825</guid>
		<description><![CDATA[KILL DASH NINE!

http://www.youtube.com/watch?v=Fow7iUaKrq4]]></description>
		<content:encoded><![CDATA[<p>KILL DASH NINE!</p>
<p><a href="http://www.youtube.com/watch?v=Fow7iUaKrq4" rel="nofollow">http://www.youtube.com/watch?v=Fow7iUaKrq4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116824</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 14 Aug 2012 21:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116824</guid>
		<description><![CDATA[Frankly (and I don&#039;t blame you) I think for the average joe thats way too much effort, now if there was a program perhaps esckill (esculating kill) that did all that for me on supply of a PID I&#039;d happily do it, but other than that I&#039;ll stikc -9 as it works for me, and I&#039;ve yet to encounter any problems with corruption afterwards.]]></description>
		<content:encoded><![CDATA[<p>Frankly (and I don&#8217;t blame you) I think for the average joe thats way too much effort, now if there was a program perhaps esckill (esculating kill) that did all that for me on supply of a PID I&#8217;d happily do it, but other than that I&#8217;ll stikc -9 as it works for me, and I&#8217;ve yet to encounter any problems with corruption afterwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carroarmato0</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116822</link>
		<dc:creator>Carroarmato0</dc:creator>
		<pubDate>Tue, 14 Aug 2012 18:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116822</guid>
		<description><![CDATA[Wow thanks for the blog post. I&#039;ve been using Linux for quite some years now and also had to deal with misbehaving processes once in a while. I usually try to send a SIGTERM to the processes before trying a SIGKILL. But I didn&#039;t know or use the other possible signals not knowing their effect. Thank you for clearing that up.]]></description>
		<content:encoded><![CDATA[<p>Wow thanks for the blog post. I&#8217;ve been using Linux for quite some years now and also had to deal with misbehaving processes once in a while. I usually try to send a SIGTERM to the processes before trying a SIGKILL. But I didn&#8217;t know or use the other possible signals not knowing their effect. Thank you for clearing that up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samundra Shrestha</title>
		<link>http://pthree.org/2012/08/14/appropriate-use-of-kill-9-pid/#comment-116821</link>
		<dc:creator>Samundra Shrestha</dc:creator>
		<pubDate>Tue, 14 Aug 2012 18:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2004#comment-116821</guid>
		<description><![CDATA[Wow !!! This is really very helpful information. I always used to use kill -9 but now onwards will be using your suggestions :) Thanks for the info.]]></description>
		<content:encoded><![CDATA[<p>Wow !!! This is really very helpful information. I always used to use kill -9 but now onwards will be using your suggestions <img src='http://pthree.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for the info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
