1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 19:19:44 +01:00
tldr/pages.ca/linux/ifdown.md
2022-02-06 00:25:41 -03:00

220 B

ifdown

Desactiva interfícies de xarxa. Més informació: https://manned.org/ifdown.

  • Desactiva la interfície eth0:

ifdown {{eth0}}

  • Desactiva totes les interfícies que estiguin activades:

ifdown -a