mirror of https://github.com/CrimsonTome/tldr.git
arp: add Chinese translation
parent
dc13a4b7b8
commit
7650cf7746
|
@ -0,0 +1,19 @@
|
||||||
|
# arp
|
||||||
|
|
||||||
|
> 显示和操作系统的ARP缓存.
|
||||||
|
|
||||||
|
- 显示当前的ARP表:
|
||||||
|
|
||||||
|
`arp -a`
|
||||||
|
|
||||||
|
- 清除整个缓存:
|
||||||
|
|
||||||
|
`sudo arp -a -d`
|
||||||
|
|
||||||
|
- 删除特定条目:
|
||||||
|
|
||||||
|
`arp -d {{address}}`
|
||||||
|
|
||||||
|
- 创建指定条目:
|
||||||
|
|
||||||
|
`arp -s {{address}} {{mac_address}}`
|
Loading…
Reference in New Issue