<?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: 4 Ways to Find Out What Ports Are Listening in Linux	</title>
	<atom:link href="https://www.tecmint.com/find-listening-ports-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-listening-ports-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 01:38:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-listening-ports-linux/comment-page-1/#comment-1063680</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 22 Nov 2018 04:38:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31055#comment-1063680</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-listening-ports-linux/comment-page-1/#comment-1062230&quot;&gt;Ronnie Redd&lt;/a&gt;.

@Ronnie

Thanks for sharing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-listening-ports-linux/comment-page-1/#comment-1062230">Ronnie Redd</a>.</p>
<p>@Ronnie</p>
<p>Thanks for sharing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ronnie Redd		</title>
		<link>https://www.tecmint.com/find-listening-ports-linux/comment-page-1/#comment-1062230</link>

		<dc:creator><![CDATA[Ronnie Redd]]></dc:creator>
		<pubDate>Tue, 20 Nov 2018 14:13:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31055#comment-1062230</guid>

					<description><![CDATA[I usually use:
&lt;pre&gt;
$ netstat -pluant &#124; grep :80
&lt;/pre&gt;
Substitute &lt;code&gt;:80&lt;/code&gt; for what your looking for. You can also use quotes like &lt;strong&gt;&quot;Apache2&quot;&lt;/strong&gt; for grep]]></description>
			<content:encoded><![CDATA[<p>I usually use:</p>
<pre>
$ netstat -pluant | grep :80
</pre>
<p>Substitute <code>:80</code> for what your looking for. You can also use quotes like <strong>&#8220;Apache2&#8221;</strong> for grep</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
