at, ifdown, ifup, ip-address, ip: add French translation (#5505)

This commit is contained in:
Patrice Denis
2021-03-27 12:51:16 +01:00
committed by GitHub
parent 6900dc8282
commit 170f5f9ebc
9 changed files with 109 additions and 0 deletions

12
pages.fr/linux/ifdown.md Normal file
View File

@@ -0,0 +1,12 @@
# ifdown
> Désactive des interfaces réseau.
> Plus d'information : <https://linux.die.net/man/8/ifdown>.
- Désactive l'interface eth0 :
`ifdown {{eth0}}`
- Désactive toutes les interfaces déjà actives :
`ifdown -a`