mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00
273 B
273 B
arp
Pokaż i manipuluj systemową pamięcią podręczną ARP. Więcej informacji: https://manned.org/arp.
- Pokaż bieżącą tabelę ARP:
arp -a
- Usuń konkretny wpis:
arp -d {{adres}}
- Utwórz nowy wpis w tabeli ARP:
arp -s {{adres}} {{adres_mac}}