mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
ifdown: add page (#933)
This commit is contained in:
parent
211ac32f3e
commit
52949a4e7b
1 changed files with 11 additions and 0 deletions
11
pages/linux/ifdown.md
Normal file
11
pages/linux/ifdown.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# ifdown
|
||||
|
||||
> Disable network interfaces.
|
||||
|
||||
- Disable interface eth0:
|
||||
|
||||
`ifdown {{eth0}}`
|
||||
|
||||
- Disable all interfaces which are enabled:
|
||||
|
||||
`ifdown -a`
|
Loading…
Add table
Reference in a new issue