2016-06-28 08:36:51 +01:00
|
|
|
# ifdown
|
|
|
|
|
|
|
|
> Disable network interfaces.
|
2021-04-16 15:42:14 +01:00
|
|
|
> More information: <https://manned.org/ifdown>.
|
2016-06-28 08:36:51 +01:00
|
|
|
|
|
|
|
- Disable interface eth0:
|
|
|
|
|
|
|
|
`ifdown {{eth0}}`
|
|
|
|
|
|
|
|
- Disable all interfaces which are enabled:
|
|
|
|
|
|
|
|
`ifdown -a`
|