mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 18:55:23 +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