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

13 lines
193 B
Markdown
Raw Normal View History

2016-06-28 13:06:51 +05:30
# ifdown
> Disable network interfaces.
> More information: <https://manned.org/ifdown>.
2016-06-28 13:06:51 +05:30
- Disable interface eth0:
`ifdown {{eth0}}`
- Disable all interfaces which are enabled:
`ifdown -a`