1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.pl/common/arp.md
2021-04-18 15:33:27 +01:00

20 lines
300 B
Markdown

# arp
> Pokaż i manipuluj pamięcią podręczną ARP systemu.
> Więcej informacji: <https://manned.org/arp>.
- 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}}`