mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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