<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Niweea’s Blog</title><link>https://niweea.github.io/tags/linux/</link><description>Recent content in Linux on Niweea’s Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 29 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://niweea.github.io/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux ss 命令详解</title><link>https://niweea.github.io/posts/network/ss/</link><pubDate>Sun, 29 Jan 2023 00:00:00 +0000</pubDate><guid>https://niweea.github.io/posts/network/ss/</guid><description>&lt;h2 id="简介" class="relative group"&gt;简介 &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#%e7%ae%80%e4%bb%8b" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;code&gt;ss&lt;/code&gt;（Socket Statistics）是 Linux 系统中用于查看网络连接状态的现代工具，是 &lt;code&gt;netstat&lt;/code&gt; 的官方替代品，由 &lt;code&gt;iproute2&lt;/code&gt; 工具包提供。&lt;/p&gt;</description></item><item><title>Linux netstat 命令详解</title><link>https://niweea.github.io/posts/network/netstat/</link><pubDate>Sun, 15 Jan 2023 00:00:00 +0000</pubDate><guid>https://niweea.github.io/posts/network/netstat/</guid><description>&lt;h2 id="简介" class="relative group"&gt;简介 &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#%e7%ae%80%e4%bb%8b" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;code&gt;netstat&lt;/code&gt;（network statistics）是 Linux 系统下一款用于查看网络状态信息的经典工具。它可以显示网络连接、路由表、接口统计、伪装连接、多播成员等信息，是网络排查和运维监控的常用利器。&lt;/p&gt;</description></item><item><title>Linux lsof 命令详解</title><link>https://niweea.github.io/posts/network/lsof/</link><pubDate>Thu, 12 Jan 2023 00:00:00 +0000</pubDate><guid>https://niweea.github.io/posts/network/lsof/</guid><description>&lt;h2 id="简介" class="relative group"&gt;简介 &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#%e7%ae%80%e4%bb%8b" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;code&gt;lsof&lt;/code&gt;（List Open Files）用于列出当前系统上进程已打开的&lt;strong&gt;文件描述符&lt;/strong&gt;及其关联信息。在 Unix/Linux 中，「一切皆文件」：普通文件、目录、块设备、管道、套接字等都会以文件形式出现在进程的文件描述符表中，因此 &lt;code&gt;lsof&lt;/code&gt; 不仅能查磁盘上的文件，还能查 &lt;strong&gt;网络连接、管道、设备节点&lt;/strong&gt; 等。&lt;/p&gt;</description></item></channel></rss>