From 7dcf8772c643aaf73ca1594ff1ad2d727c99889c Mon Sep 17 00:00:00 2001 From: Michal Date: Wed, 15 Apr 2020 18:21:42 +0200 Subject: [PATCH] update arp updated --- pages.pl/common/arp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.pl/common/arp.md b/pages.pl/common/arp.md index 7c6a70eac3..48c51efeb0 100644 --- a/pages.pl/common/arp.md +++ b/pages.pl/common/arp.md @@ -1,19 +1,19 @@ # arp -> Show and manipulate your system's ARP cache. +> Pokaż i manipuluj pamięcią podręczną ARP systemu. -- Show current arp table: +- Pokaż bieżącą tabelę arp: `arp -a` -- Clear the entire cache: +- Wyczyść całość cache: `sudo arp -a -d` -- Delete a specific entry: +- Usuń konkretny wpis: `arp -d {{address}}` -- Create an entry: +- Utwórz wpis: `arp -s {{address}} {{mac_address}}`