1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +02:00
tldr/pages.pl/common/arp.md
2023-04-10 22:43:46 +05:30

16 lines
252 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`
- Usuń konkretny wpis:
`arp -d {{adres}}`
- Utwórz wpis:
`arp -s {{adres}} {{adres_mac}}`