<?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 Process Name Using PID Number in Linux	</title>
	<atom:link href="https://www.tecmint.com/find-process-name-pid-number-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-process-name-pid-number-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 18 Apr 2025 06:42:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834406</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 03 Nov 2016 08:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23261#comment-834406</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834090&quot;&gt;Ren Yuntao&lt;/a&gt;.

@Ren 

It works just fine, however, you need to specify process PID , for instance:

top -b -n 1 -p 2458 &#124; tail -1 &#124; awk &#039;{print $NF}&#039;

I know this is what you meant, am simply trying to remind users(especially newbies) who may run the command just as it is above, to know that the &lt;strong&gt;-p&lt;strong&gt; flag actually requires an argument(process ID). 

Many thanks for the wonderful tip and always following us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834090">Ren Yuntao</a>.</p>
<p>@Ren </p>
<p>It works just fine, however, you need to specify process PID , for instance:</p>
<p>top -b -n 1 -p 2458 | tail -1 | awk &#8216;{print $NF}&#8217;</p>
<p>I know this is what you meant, am simply trying to remind users(especially newbies) who may run the command just as it is above, to know that the <strong>-p</strong><strong> flag actually requires an argument(process ID). </p>
<p>Many thanks for the wonderful tip and always following us.</strong></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834353</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 03 Nov 2016 05:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23261#comment-834353</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834090&quot;&gt;Ren Yuntao&lt;/a&gt;.

@Ren,

Thanks for the sharing the tip, hope it will helpful to other Linux users as well..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834090">Ren Yuntao</a>.</p>
<p>@Ren,</p>
<p>Thanks for the sharing the tip, hope it will helpful to other Linux users as well..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ren Yuntao		</title>
		<link>https://www.tecmint.com/find-process-name-pid-number-linux/comment-page-1/#comment-834090</link>

		<dc:creator><![CDATA[Ren Yuntao]]></dc:creator>
		<pubDate>Wed, 02 Nov 2016 12:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23261#comment-834090</guid>

					<description><![CDATA[Another way to find out a process name using PID:

$ top -b -n 1 -p  &#124; tail -1 &#124; awk &#039;{print $NF}&#039;]]></description>
			<content:encoded><![CDATA[<p>Another way to find out a process name using PID:</p>
<p>$ top -b -n 1 -p  | tail -1 | awk &#8216;{print $NF}&#8217;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
