arp: add link
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
bd351f01b4
commit
f06702a5bc
@@ -1,6 +1,7 @@
|
||||
# arp
|
||||
|
||||
> Mostra e gestisci la cache ARP di sistema.
|
||||
> Maggiori informazioni: <https://man.archlinux.org/man/arp.8>.
|
||||
|
||||
- Mostra la tabella ARP corrente:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# arp
|
||||
|
||||
> 시스템의 ARP 캐시 표시 및 조작.
|
||||
> 더 많은 정보: <https://man.archlinux.org/man/arp.8>.
|
||||
|
||||
- 현재 arp 테이블을 보여줍니다:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# arp
|
||||
|
||||
> Pokaż i manipuluj pamięcią podręczną ARP systemu.
|
||||
> Więcej informacji: <https://man.archlinux.org/man/arp.8>.
|
||||
|
||||
- Pokaż bieżącą tabelę arp:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# arp
|
||||
|
||||
> Mostrar e manipular a cache ARP do sistema.
|
||||
> Mais informações: <https://man.archlinux.org/man/arp.8>.
|
||||
|
||||
- Mostrar a tabela arp atual:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# arp
|
||||
|
||||
> 显示和操作系统的 ARP 缓存.
|
||||
> 更多信息: <https://man.archlinux.org/man/arp.8>.
|
||||
|
||||
- 显示当前的 ARP 表:
|
||||
|
||||
|
@@ -1,8 +1,9 @@
|
||||
# arp
|
||||
|
||||
> Show and manipulate your system's ARP cache.
|
||||
> More information: <https://man.archlinux.org/man/arp.8>.
|
||||
|
||||
- Show current arp table:
|
||||
- Show the current ARP table:
|
||||
|
||||
`arp -a`
|
||||
|
||||
@@ -14,6 +15,6 @@
|
||||
|
||||
`arp -d {{address}}`
|
||||
|
||||
- Create an entry:
|
||||
- Create an entry in the ARP table:
|
||||
|
||||
`arp -s {{address}} {{mac_address}}`
|
||||
|
Reference in New Issue
Block a user