mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-04 03:50:35 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>arpwatch命令</strong> 用来监听网络上arp的记录。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>arpwatch(选项)</code></pre>
|
||||
<pre><code class="language-bash">arpwatch(选项)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-d:启动排错模式;
|
||||
<pre><code class="language-bash">-d:启动排错模式;
|
||||
-f<记录文件>:设置存储ARP记录的文件,预设为/var/arpwatch/arp.dat;
|
||||
-i<接口>:指定监听ARP的接口,预设的接口为eth0;
|
||||
-r<记录文件>:从指定的文件中读取ARP记录,而不是从网络上监听。</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user