UNPKG

538 BMarkdownView Raw
1arpwatch
2===
3
4监听网络上ARP的记录
5
6## 补充说明
7
8**arpwatch命令** 用来监听网络上arp的记录。
9
10### 语法
11
12```shell
13arpwatch(选项)
14```
15
16### 选项
17
18```shell
19-d:启动排错模式;
20-f<记录文件>:设置存储ARP记录的文件,预设为/var/arpwatch/arp.dat;
21-i<接口>:指定监听ARP的接口,预设的接口为eth0;
22-r<记录文件>:从指定的文件中读取ARP记录,而不是从网络上监听。
23```
24
25
26<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
\No newline at end of file