mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:02:09 +02:00
11 lines
144 B
Markdown
11 lines
144 B
Markdown
# ifdown
|
|
|
|
> Disable network interfaces.
|
|
|
|
- Disable interface eth0:
|
|
|
|
`ifdown {{eth0}}`
|
|
|
|
- Disable all interfaces which are enabled:
|
|
|
|
`ifdown -a`
|