1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 22:04:59 +02:00

Merge branch 'Misch--arp-add-page'

This commit is contained in:
Ruben Vereecken 2016-01-21 12:56:35 +01:00
commit a52bb50c11

15
pages/linux/arp.md Normal file
View file

@ -0,0 +1,15 @@
# 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}}`