1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:55:24 +02:00
tldr/pages.pl/common/arp.md
2025-05-10 22:28:31 +05:30

275 B

arp

Pokaż i manipuluj systemową pamięcią podręczną ARP. Więcej informacji: https://manned.org/arp.8.

  • 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}}