tldr/pages/linux/ifdown.md

12 lines
144 B
Markdown
Raw Normal View History

2016-06-28 08:36:51 +01:00
# ifdown
> Disable network interfaces.
- Disable interface eth0:
`ifdown {{eth0}}`
- Disable all interfaces which are enabled:
`ifdown -a`