uTools-Manuals/docs/linux/iptstate.html
2019-04-21 11:50:48 +08:00

18 lines
788 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="iptstate">iptstate</h1>
<p>显示iptables的工作状态</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>iptstate命令</strong> 以top指令类似的风格时显示Linux内核中iptables的工作状态。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">iptstate(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-b指定输出信息的排序规则
-d不动态地改变窗口大小
-f过滤本地回送信息
-l将ip地址解析为域名
-L隐藏于DNS查询相关状态
-r指定刷新屏幕的频率
-R反序排列
-s单次运行模式
-t显示汇总信息。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->