mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
221 B
221 B
ifdown
Désactive des interfaces réseau. Plus d'informations : https://manned.org/ifdown.
- Désactive l'interface eth0 :
ifdown {{eth0}}
- Désactive toutes les interfaces déjà actives :
ifdown -a