<?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: How to find a program&#8217;s process id (pid)</title>
	<atom:link href="http://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:10:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: zaheer arif</title>
		<link>http://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/comment-page-1/#comment-49566</link>
		<dc:creator>zaheer arif</dc:creator>
		<pubDate>Sun, 16 Aug 2009 23:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/?p=699#comment-49566</guid>
		<description>Dear,
        In connection with the above problem ,I don&#039;t know the process name of the child program.Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Dear,<br />
        In connection with the above problem ,I don&#8217;t know the process name of the child program.Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danesh</title>
		<link>http://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/comment-page-1/#comment-49516</link>
		<dc:creator>Danesh</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/?p=699#comment-49516</guid>
		<description>do a ps -ef &#124; grep &quot;the process name&quot; 

then kill that PID</description>
		<content:encoded><![CDATA[<p>do a ps -ef | grep &#8220;the process name&#8221; </p>
<p>then kill that PID</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaheer arif</title>
		<link>http://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/comment-page-1/#comment-49248</link>
		<dc:creator>zaheer arif</dc:creator>
		<pubDate>Fri, 14 Aug 2009 12:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/?p=699#comment-49248</guid>
		<description>Dear,
        I have a question.Suppose we have two pogramms.The control of child program is in the parent one.I just one to kill the process of child program after a few min or seconds while the Parent programm is running in Linux.Help in this regard would be really appreciated.</description>
		<content:encoded><![CDATA[<p>Dear,<br />
        I have a question.Suppose we have two pogramms.The control of child program is in the parent one.I just one to kill the process of child program after a few min or seconds while the Parent programm is running in Linux.Help in this regard would be really appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

