mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
188 B
188 B
arp
Show and manipulate your system's ARP cache.
- Show current arp table:
arp
- Delete an entry:
arp -d {{address}}
- Create an entry:
arp -s {{address}} {{mac address}}