Files
tldr/pages.fr/common/arp.md
Sebastiaan Speck 57c50e9850 pages.fr: fix descriptions missing a space before the semicolon (#11778)
* pages.fr: fix descriptions missing a space before the semicolon

* aria2c: update French translation
2023-12-20 05:58:53 +05:30

17 lines
288 B
Markdown

# arp
> Affiche et manipule votre cache système ARP.
> Plus d'informations : <https://manned.org/arp>.
- Affiche la table ARP courante :
`arp -a`
- Supprime une entrée spécifique :
`arp -d {{adresse}}`
- Crée une entré dans la table ARP :
`arp -s {{adresse}} {{adresse_mac}}`