<?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 and Kill Running Processes in Linux	</title>
	<atom:link href="https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 15 Feb 2024 10:29:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gianni		</title>
		<link>https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-2136024</link>

		<dc:creator><![CDATA[Gianni]]></dc:creator>
		<pubDate>Thu, 15 Feb 2024 10:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17117#comment-2136024</guid>

					<description><![CDATA[pidof requires knowing the exact name of the process, I have always used this command:
&lt;pre&gt;
ps ax &#124; grep gimp
&lt;/pre&gt;
instead pidof gimp would not have been useful.]]></description>
			<content:encoded><![CDATA[<p>pidof requires knowing the exact name of the process, I have always used this command:</p>
<pre>
ps ax | grep gimp
</pre>
<p>instead pidof gimp would not have been useful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rinsha		</title>
		<link>https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-1774675</link>

		<dc:creator><![CDATA[Rinsha]]></dc:creator>
		<pubDate>Mon, 25 Apr 2022 17:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17117#comment-1774675</guid>

					<description><![CDATA[How to find out the most CPU utilizing process and kill the process.]]></description>
			<content:encoded><![CDATA[<p>How to find out the most CPU utilizing process and kill the process.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-876338</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 21:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17117#comment-876338</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-876115&quot;&gt;Jan&lt;/a&gt;.

@Jan 

Welcome, many thanks for appreciating our work, and the useful feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-876115">Jan</a>.</p>
<p>@Jan </p>
<p>Welcome, many thanks for appreciating our work, and the useful feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jan		</title>
		<link>https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-876115</link>

		<dc:creator><![CDATA[Jan]]></dc:creator>
		<pubDate>Thu, 16 Mar 2017 20:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17117#comment-876115</guid>

					<description><![CDATA[Thank you  Aaron . Nice simple article. gj!]]></description>
			<content:encoded><![CDATA[<p>Thank you  Aaron . Nice simple article. gj!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lingeek		</title>
		<link>https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-710785</link>

		<dc:creator><![CDATA[Lingeek]]></dc:creator>
		<pubDate>Sat, 21 Nov 2015 23:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17117#comment-710785</guid>

					<description><![CDATA[sudo Kill -15 [pid]   
The best of all to kill a process in Linux]]></description>
			<content:encoded><![CDATA[<p>sudo Kill -15 [pid]<br />
The best of all to kill a process in Linux</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
