mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:42:09 +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`).
12 lines
193 B
Markdown
12 lines
193 B
Markdown
# ifdown
|
|
|
|
> Disable network interfaces.
|
|
> More information: <https://manned.org/ifdown>.
|
|
|
|
- Disable interface eth0:
|
|
|
|
`ifdown {{eth0}}`
|
|
|
|
- Disable all interfaces which are enabled:
|
|
|
|
`ifdown -a`
|