Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-10 00:21:37 +00:00
parent 15848b0938
commit 9420175cb8
27 changed files with 159 additions and 74 deletions

View File

@@ -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}}`