<?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: Finding a running process (pid) by name in Linux</title>
	<atom:link href="http://www.finefrog.com/2006/11/13/finding-a-running-process-pid-by-name-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com/2006/11/13/finding-a-running-process-pid-by-name-in-linux/</link>
	<description>while(true) { write(learn(live())); }</description>
	<lastBuildDate>Wed, 12 May 2010 16:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chanchal Sakarde</title>
		<link>http://www.finefrog.com/2006/11/13/finding-a-running-process-pid-by-name-in-linux/comment-page-1/#comment-466</link>
		<dc:creator>Chanchal Sakarde</dc:creator>
		<pubDate>Thu, 28 Dec 2006 14:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2006/11/13/finding-a-running-process-pid-by-name-in-linux/#comment-466</guid>
		<description># ps -ax &#124; grep firefox &#124; awk &#039;{print$1}&#039;

 This command will show the PID only of firefox.
 as the requirement is to find PID only.</description>
		<content:encoded><![CDATA[<p># ps -ax | grep firefox | awk &#8216;{print$1}&#8217;</p>
<p> This command will show the PID only of firefox.<br />
 as the requirement is to find PID only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordoncm</title>
		<link>http://www.finefrog.com/2006/11/13/finding-a-running-process-pid-by-name-in-linux/comment-page-1/#comment-465</link>
		<dc:creator>jordoncm</dc:creator>
		<pubDate>Wed, 27 Dec 2006 14:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://atermin.net/2006/11/13/finding-a-running-process-pid-by-name-in-linux/#comment-465</guid>
		<description>Since the writing of this article I have found that you can use regular expressions with the killall command (use -r option). However you must be careful to not accidentally kill more than you wanted to (use -i option to confirm each process before killing it).</description>
		<content:encoded><![CDATA[<p>Since the writing of this article I have found that you can use regular expressions with the killall command (use -r option). However you must be careful to not accidentally kill more than you wanted to (use -i option to confirm each process before killing it).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
