arp, arp-scan: add French translation (#8261)
This commit is contained in:
20
pages.fr/common/arp.md
Normal file
20
pages.fr/common/arp.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# arp
|
||||
|
||||
> Affiche et manipule votre cache système ARP.
|
||||
> Plus d'informations : <https://manned.org/arp>.
|
||||
|
||||
- Affiche la table ARP courante :
|
||||
|
||||
`arp -a`
|
||||
|
||||
- Nettoie le cache :
|
||||
|
||||
`sudo arp -a -d`
|
||||
|
||||
- Supprime une entrée spécifique :
|
||||
|
||||
`arp -d {{adresse}}`
|
||||
|
||||
- Crée une entré dans la table ARP:
|
||||
|
||||
`arp -s {{adresse}} {{adresse_mac}}`
|
Reference in New Issue
Block a user