mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
arp: add pt_BR translation (#3419)
This commit is contained in:
parent
d290603c44
commit
854ed025b0
1 changed files with 19 additions and 0 deletions
19
pages.pt_BR/common/arp.md
Normal file
19
pages.pt_BR/common/arp.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# arp
|
||||
|
||||
> Mostrar e manipular a cache ARP do sistema.
|
||||
|
||||
- Mostrar a tabela arp atual:
|
||||
|
||||
`arp -a`
|
||||
|
||||
- Limpar toda a cache:
|
||||
|
||||
`sudo arp -a -d`
|
||||
|
||||
- Eliminar uma entrada específica:
|
||||
|
||||
`arp -d {{endereço}}`
|
||||
|
||||
- Criar uma entrada:
|
||||
|
||||
`arp -s {{endereço}} {{endereço_mac}}`
|
Loading…
Add table
Reference in a new issue