This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages.zh
/
common
/
arp.md
Ein Verne
30c2bd4c7c
format translation: change colon
2019-11-02 17:47:23 +00:00
228 B
Raw
Blame
History
arp
显示和操作系统的 ARP 缓存.
显示当前的 ARP 表:
arp -a
清除整个缓存:
sudo arp -a -d
删除特定条目:
arp -d {{地址}}
创建指定条目:
arp -s {{地址}} {{MAC 地址}}