mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 17:38:57 +03:00
b956d0d064
updated
252 B
252 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 {{adres}}
- Utwórz wpis:
arp -s {{adres}} {{adres_mac}}