1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ca/linux/ifdown.md

13 lines
220 B
Markdown
Raw Permalink Normal View History

2022-02-06 04:25:41 +01:00
# 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`