1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00
tldr/pages.fr/linux/ifdown.md

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