mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 22:15:22 +02:00
229 B
229 B
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