mirror of https://github.com/CrimsonTome/tldr.git
202 B
202 B
ifdown
Disable network interfaces. More information: https://linux.die.net/man/8/ifdown.
- Disable interface eth0:
ifdown {{eth0}}
- Disable all interfaces which are enabled:
ifdown -a