mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 22:50:07 +00:00
Update cheatsheets
This commit is contained in:
8
tldr/arp
8
tldr/arp
@@ -10,12 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the current ARP table:
|
||||
|
||||
`arp`
|
||||
|
||||
- Show [a]lternative BSD style output format with on fixed columns:
|
||||
|
||||
`arp -a`
|
||||
|
||||
- [d]elete a specific entry:
|
||||
|
||||
`arp -d {{address}}`
|
||||
`sudo arp -d {{address}}`
|
||||
|
||||
- [s]et up a new entry in the ARP table:
|
||||
|
||||
`arp -s {{address}} {{mac_address}}`
|
||||
`sudo arp -s {{address}} {{mac_address}}`
|
||||
|
||||
Reference in New Issue
Block a user