mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
ifup: add page (#922)
This commit is contained in:
parent
3c56b7b342
commit
077f9a5b5a
1 changed files with 11 additions and 0 deletions
11
pages/linux/ifup.md
Normal file
11
pages/linux/ifup.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# ifup
|
||||
|
||||
> Tool used to enable network interfaces.
|
||||
|
||||
- Enable interface eth0:
|
||||
|
||||
`ifup {{eth0}}`
|
||||
|
||||
- Enable all the interfaces defined with "auto" in /etc/network/interfaces:
|
||||
|
||||
`ifup -a`
|
Loading…
Add table
Reference in a new issue