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

17 lines
796 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="lnstat">lnstat</h1>
<p>显示Linux系统的网路状态</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>lnstat命令</strong> 用来显示Linux系统的网路状态。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">lnstat(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-h显示帮助信息
-V显示指令版本信息
-c指定显示网络状态的次数每隔一定时间显示一次网络状态
-d显示可用的文件或关键字
-i指定两次显示网络状的间隔秒数
-k只显示给定的关键字
-s是否显示标题头
-w指定每个字段所占的宽度。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->