linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

25
Linux/command/arpwatch.md Normal file
View File

@@ -0,0 +1,25 @@
arpwatch
===
监听网络上ARP的记录
## 补充说明
**arpwatch命令** 用来监听网络上arp的记录。
### 语法
```shell
arpwatch(选项)
```
### 选项
```shell
-d启动排错模式
-f<记录文件>设置存储ARP记录的文件预设为/var/arpwatch/arp.dat
-i<接口>指定监听ARP的接口预设的接口为eth0
-r<记录文件>从指定的文件中读取ARP记录而不是从网络上监听。
```