mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages.fr: fix descriptions missing a space before the semicolon * aria2c: update French translation
16 lines
288 B
Markdown
16 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}}`
|