<?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 Clean or Kill a Linux Zombie Process	</title>
	<atom:link href="https://www.ubuntumint.com/linux-zombie-process/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/linux-zombie-process/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:16:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/linux-zombie-process/#comment-12696</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 19 Jul 2022 03:51:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5413#comment-12696</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/linux-zombie-process/#comment-12691&quot;&gt;Leonardo&lt;/a&gt;.

@Leonardo,

We are good here, thanks for asking...

Yes, there was missing &lt;code&gt;a&lt;/code&gt; in the command &lt;code&gt;ps aux&lt;/code&gt;. 

We have corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/linux-zombie-process/#comment-12691">Leonardo</a>.</p>
<p>@Leonardo,</p>
<p>We are good here, thanks for asking&#8230;</p>
<p>Yes, there was missing <code>a</code> in the command <code>ps aux</code>. </p>
<p>We have corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Leonardo		</title>
		<link>https://www.ubuntumint.com/linux-zombie-process/#comment-12691</link>

		<dc:creator><![CDATA[Leonardo]]></dc:creator>
		<pubDate>Mon, 18 Jul 2022 21:54:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5413#comment-12691</guid>

					<description><![CDATA[Hi linuxshelltips.com, how are you?

I&#039;m Leonardo and I live in Sâo Paulo/Brazil, I follow your content and it helps me a lot in my daily life.

I would like to inform you about the command, I don&#039;t know if it could be a fix, because here for me it worked like this: 
&lt;pre&gt;
# ps aux &#124; awk &#039;{if($8==&quot;I&quot;) print}&#039;
&lt;/pre&gt;
Your output is missing the letter &lt;code&gt;a&lt;/code&gt; of ps aux command.]]></description>
			<content:encoded><![CDATA[<p>Hi linuxshelltips.com, how are you?</p>
<p>I&#8217;m Leonardo and I live in Sâo Paulo/Brazil, I follow your content and it helps me a lot in my daily life.</p>
<p>I would like to inform you about the command, I don&#8217;t know if it could be a fix, because here for me it worked like this: </p>
<pre>
# ps aux | awk '{if($8=="I") print}'
</pre>
<p>Your output is missing the letter <code>a</code> of ps aux command.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
