mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
144 B
144 B
ifdown
Disable network interfaces.
- Disable interface eth0:
ifdown {{eth0}}
- Disable all interfaces which are enabled:
ifdown -a