mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:22:10 +02:00

Most of the links were replaced by manned.org, except when there are more up-to-date sources (like `ifup`) or first-party sources (like `sftp`).
193 B
193 B
ifdown
Disable network interfaces. More information: https://manned.org/ifdown.
- Disable interface eth0:
ifdown {{eth0}}
- Disable all interfaces which are enabled:
ifdown -a