<?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 Specific Process of a Specific User</title>
	<atom:link href="http://damonparker.org/blog/2005/10/18/kill-a-specific-process-of-a-specific-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://damonparker.org/blog/2005/10/18/kill-a-specific-process-of-a-specific-user/</link>
	<description>code / ecommerce / life</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:11:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Elliot Anderson</title>
		<link>http://damonparker.org/blog/2005/10/18/kill-a-specific-process-of-a-specific-user/#comment-1845</link>
		<dc:creator>Elliot Anderson</dc:creator>
		<pubDate>Fri, 04 Nov 2005 10:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=151#comment-1845</guid>
		<description>My version is similar:

ps -aux &#124; grep $username &#124; grep $application &#124; awk &#039;{print $2}&#039; &#124; xargs kill -9</description>
		<content:encoded><![CDATA[<p>My version is similar:</p>
<p>ps -aux | grep $username | grep $application | awk &#8216;{print $2}&#8217; | xargs kill -9</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Database Caching 14/28 queries in 0.007 seconds using xcache
Content Delivery Network via cdn.damonparker.org/q9i5a4w8/cds/dp

Served from: damonparker.org @ 2012-02-10 06:08:33 -->
