
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`).
13 lines
193 B
Markdown
13 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`
|