mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:45:59 +02:00
update arp
updated
This commit is contained in:
parent
a2a0eccb1b
commit
7dcf8772c6
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# arp
|
# 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`
|
`arp -a`
|
||||||
|
|
||||||
- Clear the entire cache:
|
- Wyczyść całość cache:
|
||||||
|
|
||||||
`sudo arp -a -d`
|
`sudo arp -a -d`
|
||||||
|
|
||||||
- Delete a specific entry:
|
- Usuń konkretny wpis:
|
||||||
|
|
||||||
`arp -d {{address}}`
|
`arp -d {{address}}`
|
||||||
|
|
||||||
- Create an entry:
|
- Utwórz wpis:
|
||||||
|
|
||||||
`arp -s {{address}} {{mac_address}}`
|
`arp -s {{address}} {{mac_address}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue