<?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 Kill a Process in Linux from Command Line	</title>
	<atom:link href="https://www.tecmint.com/how-to-kill-a-process-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/how-to-kill-a-process-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 14 Dec 2023 06:14:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Paruchuri Ravi Teja		</title>
		<link>https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1905361</link>

		<dc:creator><![CDATA[Paruchuri Ravi Teja]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 04:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4182#comment-1905361</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1142831&quot;&gt;Ismael&lt;/a&gt;.

I think it has a master and working process. Without killing the master you can&#039;t kill the process. The same problem happens with nginx.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1142831">Ismael</a>.</p>
<p>I think it has a master and working process. Without killing the master you can&#8217;t kill the process. The same problem happens with nginx.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1574630</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Wed, 25 Aug 2021 10:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4182#comment-1574630</guid>

					<description><![CDATA[How do I kill a process that freezes everything so I can&#039;t open a terminal?]]></description>
			<content:encoded><![CDATA[<p>How do I kill a process that freezes everything so I can&#8217;t open a terminal?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: as		</title>
		<link>https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1144456</link>

		<dc:creator><![CDATA[as]]></dc:creator>
		<pubDate>Thu, 02 May 2019 05:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4182#comment-1144456</guid>

					<description><![CDATA[Kill isn&#039;t for kill processes. Kill is for send signals to other processes.
And no, there is no relationship between uptime and the &lt;strong&gt;kill/pkill/etc&lt;/strong&gt; commands. Most software has a standard start/stop procedure, some of them use &lt;strong&gt;kill&lt;/strong&gt;, but others not.]]></description>
			<content:encoded><![CDATA[<p>Kill isn&#8217;t for kill processes. Kill is for send signals to other processes.<br />
And no, there is no relationship between uptime and the <strong>kill/pkill/etc</strong> commands. Most software has a standard start/stop procedure, some of them use <strong>kill</strong>, but others not.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ismael		</title>
		<link>https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1142831</link>

		<dc:creator><![CDATA[Ismael]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 20:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4182#comment-1142831</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-956220&quot;&gt;oke deh&lt;/a&gt;.

The kill PID you are using is for the grep issued, just do this to get the PID.
&lt;pre&gt;
# ps -afe&#124;grep vn[c]
&lt;/pre&gt;
That will return only PID for VNC and the just issue the kill PID]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-956220">oke deh</a>.</p>
<p>The kill PID you are using is for the grep issued, just do this to get the PID.</p>
<pre>
# ps -afe|grep vn[c]
</pre>
<p>That will return only PID for VNC and the just issue the kill PID</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: raghu		</title>
		<link>https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-1112202</link>

		<dc:creator><![CDATA[raghu]]></dc:creator>
		<pubDate>Thu, 14 Mar 2019 01:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4182#comment-1112202</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-956220&quot;&gt;oke deh&lt;/a&gt;.

just use kill 19784]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-kill-a-process-in-linux/comment-page-1/#comment-956220">oke deh</a>.</p>
<p>just use kill 19784</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
