mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge branch 'Misch--arp-add-page'
This commit is contained in:
commit
a52bb50c11
1 changed files with 15 additions and 0 deletions
15
pages/linux/arp.md
Normal file
15
pages/linux/arp.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue