<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>openports &#8211; スグブログ</title>
	<atom:link href="https://sugublog.org/tag/openports/feed/" rel="self" type="application/rss+xml" />
	<link>https://sugublog.org</link>
	<description>ブログ運営について発信中</description>
	<lastBuildDate>Sun, 02 Jun 2024 05:41:08 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://sugublog.org/wp-content/uploads/2021/07/icon_20210703-min-150x150.png</url>
	<title>openports &#8211; スグブログ</title>
	<link>https://sugublog.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【Linux基礎】開いているポート番号を確認するコマンド</title>
		<link>https://sugublog.org/linux-check-for-open-ports/</link>
					<comments>https://sugublog.org/linux-check-for-open-ports/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[suguru]]></dc:creator>
		<pubDate>Sun, 12 Nov 2023 14:23:03 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[サーバ]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openports]]></category>
		<guid isPermaLink="false">https://sugublog.org/?p=5843</guid>

					<description><![CDATA[<p><img src="https://sugublog.org/wp-content/uploads/2021/06/plugin-min-e1623592189322.jpg" class="webfeedsFeaturedVisual" /></p>Linuxで何のポートが開いているか調べたい時はどうすれば良いでしょうか？ そういった初心者や忘れてしまった人の為に、現役エンジニアの筆者が答えます。 答えとして「ss」コマンドで調べる事が出来ます。 Linuxで開いて [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://sugublog.org/wp-content/uploads/2021/06/plugin-min-e1623592189322.jpg" class="webfeedsFeaturedVisual" /></p>
<p><span class="swl-marker mark_orange"><strong>Linux</strong>で何の<strong>ポート</strong>が開いているか調べたい時は</span>どうすれば良いでしょうか？</p>


<div class="swell-block-balloon"><div class="c-balloon -bln-left" data-col="blue"><div class="c-balloon__icon -square"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://sugublog.org/wp-content/uploads/2021/02/cropped-dog003-150x150.png" alt="" class="lazyload c-balloon__iconImg" width="80px" height="80px"><noscript><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/02/cropped-dog003-150x150.png" alt="" class="c-balloon__iconImg" width="80px" height="80px"></noscript><span class="c-balloon__iconName">Linuxで開いているポートを確認したい人</span></div><div class="c-balloon__body -thinking -border-on"><div class="c-balloon__text">
<p>LinuxでSSHやFTPの接続ができません。調査として開いているポートを確認したいです。どうすれば良いでしょうか？</p>
<span class="c-balloon__shapes"><span class="c-balloon__before"></span><span class="c-balloon__after"></span></span></div></div></div></div>


<p>そういった初心者や忘れてしまった人の為に、現役エンジニアの筆者が答えます。</p>


<div class="p-blogParts post_content" data-partsID="5908">
<p>筆者はWindowsサーバーやLinuxサーバーの運用構築を11年間以上おこなってきました。その経験を元に知識を公開していきます！</p>
</div>


<p class="is-style-icon_announce">答えとして「ss」コマンドで調べる事が出来ます。</p>



<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle ads" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-9330904718533231" data-ad-slot="6086594686"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>



<h2 class="wp-block-heading">Linuxで開いているポート番号を確認するコマンド</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="1024" height="495" src="https://sugublog.org/wp-content/uploads/2021/06/plugin-min-1-1024x495.jpg" alt="ポート" class="wp-image-2958" srcset="https://sugublog.org/wp-content/uploads/2021/06/plugin-min-1-1024x495.jpg 1024w, https://sugublog.org/wp-content/uploads/2021/06/plugin-min-1-300x145.jpg 300w, https://sugublog.org/wp-content/uploads/2021/06/plugin-min-1-768x371.jpg 768w, https://sugublog.org/wp-content/uploads/2021/06/plugin-min-1.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p><span class="swl-marker mark_orange"><strong>「ss」コマンド</strong>は<strong>開いているポートやセッション確率しているポート</strong>を調べる事が可能です。</span></p>



<p class="is-style-icon_book">昔は「netstat」コマンドがありましたが、現在は非推奨となっています。</p>



<p>「ss」コマンドのオプションを把握しておきましょう。</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>オプション</th><th>効果</th></tr></thead><tbody><tr><td>-a</td><td>全てのポート情報を表示</td></tr><tr><td>-n</td><td>名前解決をしないで表示</td></tr><tr><td>-t</td><td>TCPポートのみ表示する</td></tr><tr><td>-u</td><td>UDPポートのみ表示する</td></tr></tbody></table><figcaption class="wp-element-caption">開いているポートを調べるオプション一覧</figcaption></figure>



<h2 class="wp-block-heading">Linuxで開いているポート番号を確認してみる</h2>



<p>では実際にコマンドを使用してポートを確認してみます。</p>



<h3 class="wp-block-heading">ssコマンドの結果</h3>



<p>LinuxをSSHでログインして以下のコマンドをたたいてみます。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-bash" data-file="linux" data-lang="Bash"><code>ss</code></pre></div>



<p><strong><span class="swl-inline-color has-swl-deep-01-color">全てのポートを表示</span></strong>してみます。※オプションなしは-aと同じで全て表示します。</p>


<div class="wp-block-image is-style-desktop">
<figure class="aligncenter size-full"><img decoding="async" width="639" height="224" src="https://sugublog.org/wp-content/uploads/2023/11/linux_ss-a.png" alt="linuxでss-aコマンドでポート調査した結果" class="wp-image-5845" srcset="https://sugublog.org/wp-content/uploads/2023/11/linux_ss-a.png 639w, https://sugublog.org/wp-content/uploads/2023/11/linux_ss-a-300x105.png 300w" sizes="(max-width: 639px) 100vw, 639px" /><figcaption class="wp-element-caption">linuxでssコマンドでポート調査した結果</figcaption></figure>
</div>


<p class="is-style-icon_bad">よくわからないものが沢山でてきて見ずらいです。</p>



<h2 class="wp-block-heading">応用編：Linuxで開いているポート番号を確認</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="1024" height="723" src="https://sugublog.org/wp-content/uploads/2021/07/server_007-5-1024x723.jpg" alt="開いているポートを調べる" class="wp-image-3599"/></figure>
</div>


<h3 class="wp-block-heading">ss -antコマンドの結果</h3>



<p>では次に以下のコマンドを実行してみます。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-bash" data-file="linux" data-lang="Bash"><code>ss -ant</code></pre></div>



<p><span class="swl-marker mark_orange">全ての<strong><span class="swl-inline-color has-swl-deep-01-color">TCPポート</span></strong>を表示しています。</span></p>


<div class="wp-block-image is-style-desktop">
<figure class="aligncenter size-full"><img decoding="async" width="638" height="254" src="https://sugublog.org/wp-content/uploads/2023/11/linux_ss-ant.png" alt="linuxでss-antコマンドでポート調査した結果" class="wp-image-5846" srcset="https://sugublog.org/wp-content/uploads/2023/11/linux_ss-ant.png 638w, https://sugublog.org/wp-content/uploads/2023/11/linux_ss-ant-300x119.png 300w" sizes="(max-width: 638px) 100vw, 638px" /><figcaption class="wp-element-caption">linuxでss-antコマンドでポート調査した結果</figcaption></figure>
</div>


<p>だいぶわかりやすくなりました。</p>



<p>「LISTEN」と表示されているのは<strong><span class="swl-inline-color has-swl-deep-01-color">開いているが接続されていないTCPポート</span></strong>一覧です。</p>



<p>「ESTAB」と表示されているのは<strong><span class="swl-inline-color has-swl-deep-02-color">接続まで確率されているTCPポート</span></strong>一覧です。</p>



<p>表示されている上から見ると3306から25番ポートまでが開いているTCPポート、その中でSSHで接続しているので22番ポートが「ESTAB」となっていてます。</p>



<h2 class="wp-block-heading">番外編：Linuxで確率しているTCPポート番号を確認</h2>



<h3 class="wp-block-heading">ss -tコマンドの結果</h3>



<p>以下のコマンドを実行してみます。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-bash" data-file="linux" data-lang="Bash"><code>ss -t</code></pre></div>



<p><strong><span class="swl-inline-color has-swl-deep-01-color">確率しているTCPポートのみ</span></strong>を表示してみます。</p>


<div class="wp-block-image is-style-desktop">
<figure class="aligncenter size-full"><img decoding="async" width="641" height="110" src="https://sugublog.org/wp-content/uploads/2023/11/linux_ss-t.png" alt="linuxでss-tコマンドでポート調査した結果" class="wp-image-5847" srcset="https://sugublog.org/wp-content/uploads/2023/11/linux_ss-t.png 641w, https://sugublog.org/wp-content/uploads/2023/11/linux_ss-t-300x51.png 300w" sizes="(max-width: 641px) 100vw, 641px" /><figcaption class="wp-element-caption">linuxでss-tコマンドでポート調査した結果</figcaption></figure>
</div>


<p class="has-border -border02">SSHで接続しているのでsshのポートがTCP確率されています。</p>



<p class="is-style-icon_pen">-nオプションをつけると「ssh」が「22」とポート番号で表示されます。</p>



<h2 class="wp-block-heading">Linuxで宛先のポートが開いているか確認する方法</h2>



<p>相手先のポートが開いているかを確認する方法もあります。nmapコマンドです。</p>



<p>nmapコマンドの基本構文は以下です。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-plain"><code>nmap -p ポート番号 宛先IP</code></pre></div>



<p>192.168.0.1の80番ポートが開いているか確認します。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-plain"><code>[root@localhost ~]# nmap -p 80 192.168.0.1

Starting Nmap 6.40 ( http://nmap.org ) at 2024-05-06 17:21 JST
Nmap scan report for dsldevice.lan (192.168.0.1)
Host is up (0.0084s latency).
PORT   STATE SERVICE
80/tcp open  http
MAC Address: E4:DA:DF:CE:C4:88 (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 0.58 seconds</code></pre></div>



<p>「80/tcp open http」となっているので、ポートは空いています。</p>



<p class="is-style-icon_pen">nmapコマンドがありませんとなった場合は、以下の記事を参照してインストールしてください。</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/10/mask10282-300x200.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-command-find-not/">【Linux】CentOSで「コマンドが見つかりません」となった時の対処法</a>
						<span class="p-blogCard__excerpt">Linuxサーバーを運用していてコマンドを打とうとしたら「コマンドが見つかりません」と表示されました。インターネットで見る限りありそうなコマンドなのですが、なぜ私&#8230;</span>					</div>
				</div>
			</div>
		</div>


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9330904718533231"
     crossorigin="anonymous"></script>
<ins class="adsbygoogle"
     style="display:block"
     data-ad-format="autorelaxed"
     data-ad-client="ca-pub-9330904718533231"
     data-ad-slot="8455594968"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>



<h2 class="wp-block-heading">Linuxでその他の状態を確認するコマンド</h2>



<p>Linuxでその他の状態を確認する方法をご紹介します。</p>



<p>CPUの確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/07/web-design-007-6-300x180.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-cpu-usage-check/">【Linux】CPUの使用率を確認する方法</a>
						<span class="p-blogCard__excerpt">LinuxでCPUの使用率を確認したい時はないでしょうか？ 確認するコマンドはいくつか知っていますが、どれを使えば良いのかわからない時はないでしょうか？ そういった時&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>メモリの確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/11/DB_1103-2-300x169.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-memory-usage-check/">【Linux】メモリの使用率や使用量を確認する方法をご説明</a>
						<span class="p-blogCard__excerpt">Linuxでメモリの使用率や使用量などを確認したい場合どうすれば良いのでしょうか？ 複数確認のやり方はありますが、どのように使い分ければ良いかわからないといった事&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>物理ディスクの容量確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/11/HDD_1107-1-1-300x169.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-physical-disk-capacity-check/">【Linux】物理ディスクの容量確認する方法！容量拡張のリンクあり</a>
						<span class="p-blogCard__excerpt">Linuxで物理ディスクの容量確認したいです。 そういった疑問に現役エンジニアの筆者が答えます。 Linuxの物理ディスクの概念も少しややこしいですが、この記事を読めば&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>サービス一覧確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/08/script_0809-7-300x206.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-centos-service-list-check/">【Linux基礎】CentOSでサービス一覧を確認する方法</a>
						<span class="p-blogCard__excerpt">サービス開始や停止をしたいけどサービス名がわかりません。といった悩みはないでしょうか？ サービス起動するにも停止するにもサービス名が必要になります。 という事&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>インターネット接続確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/09/code_0923-1-300x198.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-internet-connect-check/">【Linux】インターネット接続の確認方法！コマンドをご紹介</a>
						<span class="p-blogCard__excerpt">Linuxサーバーでインターネット接続の確認方法をまとめます。 Linuxサーバー構築でインターネット接続が出来ない事も多いので、確認のやり方を現役エンジニアの筆者がま&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>OSのバージョン確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/09/randam_0915-4-300x169.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-os-version-check/">【Linux基礎】OSのバージョン確認する方法！</a>
						<span class="p-blogCard__excerpt">LinuxでOSのバージョン確認したい場合ないでしょうか？ すぐ確認したいけどどうすれば良いかわからなくなった。 そんな時の為にLinuxでOSのバージョン確認する方法をま&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>LinuxサーバーのIPアドレス確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/09/code_0923-1-1-300x195.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-ip-address-verification/">【Linux基礎】IPアドレスを確認する方法！ツール別にまとめます</a>
						<span class="p-blogCard__excerpt">Linuxサーバー運用をしていてサーバーのIPアドレスなんだっけ？確認したいな。 そういった時の為に簡単にIPアドレスを確認する方法をまとめます。 LinuxでIPアドレスを&#8230;</span>					</div>
				</div>
			</div>
		</div>


<p>Linuxサーバーのルーティング確認方法について</p>


<div class="swell-block-postLink">			<div class="p-blogCard -internal" data-type="type1" data-onclick="clickLink">
				<div class="p-blogCard__inner">
					<span class="p-blogCard__caption">あわせて読みたい</span>
					<div class="p-blogCard__thumb c-postThumb"><figure class="c-postThumb__figure"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/07/pixta_77773496_M-e1626536234619-300x232.jpg" alt="" class="c-postThumb__img u-obf-cover" width="320" height="180"></figure></div>					<div class="p-blogCard__body">
						<a class="p-blogCard__title" href="https://sugublog.org/linux-routing-check-command/">【Linux基礎】ルーティング確認コマンドについてまとめました！</a>
						<span class="p-blogCard__excerpt">Linuxサーバでルーティング確認するコマンドについてまとめました。 CentOSやUbuntuのOSでルーティング確認したい方は読んでください。 Linuxサーバーでルーティング確&#8230;</span>					</div>
				</div>
			</div>
		</div>


<h2 class="wp-block-heading">まとめ：Linuxで開いているポート番号を確認するコマンド</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/06/plugin-min-1024x723.jpg" alt="ポートを調べる" class="wp-image-2957"/></figure>
</div>


<p><span class="swl-marker mark_orange"><strong><span class="swl-inline-color has-swl-deep-01-color">Linuxで開いているポート番号を確認するコマンド</span></strong>は「ss」コマンドです。</span></p>



<p>「ss」コマンドのオプション一覧</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>オプション</th><th>効果</th></tr></thead><tbody><tr><td>-a</td><td>全てのポート情報を表示</td></tr><tr><td>-n</td><td>名前解決をしないで表示</td></tr><tr><td>-t</td><td>TCPポートのみ表示する</td></tr><tr><td>-u</td><td>UDPポートのみ表示する</td></tr></tbody></table><figcaption class="wp-element-caption">開いているポートを調べるオプション一覧</figcaption></figure>



<p><span class="swl-inline-color has-swl-deep-01-color">開いているTCPポート一覧</span>コマンド</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-bash" data-file="linux" data-lang="Bash"><code>ss -ant</code></pre></div>



<p><span class="swl-inline-color has-swl-deep-01-color">接続して確率されているTCPポート一覧</span>コマンド</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-bash" data-file="linux" data-lang="Bash"><code>ss -t</code></pre></div>


<div class="swell-block-balloon"><div class="c-balloon -bln-left" data-col="blue"><div class="c-balloon__icon -square"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://sugublog.org/wp-content/uploads/2021/03/dog004-150x150.jpeg" alt="" class="lazyload c-balloon__iconImg" width="80px" height="80px"><noscript><img decoding="async" src="https://sugublog.org/wp-content/uploads/2021/03/dog004-150x150.jpeg" alt="" class="c-balloon__iconImg" width="80px" height="80px"></noscript><span class="c-balloon__iconName">Linuxで開いているポート番号を確認できた人</span></div><div class="c-balloon__body -speaking -border-on"><div class="c-balloon__text">
<p>これでLinuxで開いているポートを調べる事が出来ました！</p>
<span class="c-balloon__shapes"><span class="c-balloon__before"></span><span class="c-balloon__after"></span></span></div></div></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://sugublog.org/linux-check-for-open-ports/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
