mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00
258 B
258 B
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 {{address}}
- Utwórz wpis:
arp -s {{address}} {{mac_address}}