mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
230 B
230 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|--all]}}