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

12 lines
144 B
Markdown
Raw Normal View History

2016-06-28 13:06:51 +05:30
# ifdown
> Disable network interfaces.
- Disable interface eth0:
`ifdown {{eth0}}`
- Disable all interfaces which are enabled:
`ifdown -a`