mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-09 23:44:06 +08:00
13 lines
728 B
HTML
13 lines
728 B
HTML
<h1 id="arpwatch">arpwatch</h1>
|
||
<p>监听网络上ARP的记录</p>
|
||
<h2 id="补充说明">补充说明</h2>
|
||
<p><strong>arpwatch命令</strong> 用来监听网络上arp的记录。</p>
|
||
<h3 id="语法">语法</h3>
|
||
<pre><code class="language-bash">arpwatch(选项)</code></pre>
|
||
<h3 id="选项">选项</h3>
|
||
<pre><code class="language-bash">-d:启动排错模式;
|
||
-f<记录文件>:设置存储ARP记录的文件,预设为/var/arpwatch/arp.dat;
|
||
-i<接口>:指定监听ARP的接口,预设的接口为eth0;
|
||
-r<记录文件>:从指定的文件中读取ARP记录,而不是从网络上监听。</code></pre>
|
||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|