1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 22:24:55 +02:00
tldr/pages.pl/common/arp.md
Michal b956d0d064 update arp
updated
2020-04-19 13:31:16 +01:00

19 lines
252 B
Markdown

# arp
> Pokaż i manipuluj pamięcią podręczną ARP systemu.
- Pokaż bieżącą tabelę arp:
`arp -a`
- Wyczyść całość cache:
`sudo arp -a -d`
- Usuń konkretny wpis:
`arp -d {{adres}}`
- Utwórz wpis:
`arp -s {{adres}} {{adres_mac}}`