<?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 stubborn processes</title>
	<atom:link href="http://desk.stinkpot.org/tricks/index.php/2006/01/kill-stubborn-processes/feed/" rel="self" type="application/rss+xml" />
	<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/kill-stubborn-processes/</link>
	<description>tricks!</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: D</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/kill-stubborn-processes/comment-page-1/#comment-6597</link>
		<dc:creator>D</dc:creator>
		<pubDate>Sat, 15 Sep 2007 15:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=7#comment-6597</guid>
		<description>Note that -9 is a violent kill to processes. It does not allow them to properly clean up after themselves. It should only be used as a last ditch effort to kill a process.

May want to consider making a script that uses somehow

ps -U username
then kill pid after matching the pid to the desired thing to kill....
but maybe the grepping and all that does just this??? so maybe
the caution is to try the command above with just kill and not the -9</description>
		<content:encoded><![CDATA[<p>Note that -9 is a violent kill to processes. It does not allow them to properly clean up after themselves. It should only be used as a last ditch effort to kill a process.</p>
<p>May want to consider making a script that uses somehow</p>
<p>ps -U username<br />
then kill pid after matching the pid to the desired thing to kill&#8230;.<br />
but maybe the grepping and all that does just this??? so maybe<br />
the caution is to try the command above with just kill and not the -9</p>
]]></content:encoded>
	</item>
</channel>
</rss>

