ifup: add page (#922)
This commit is contained in:

committed by
Waldir Pimenta

parent
3c56b7b342
commit
077f9a5b5a
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`
|
Reference in New Issue
Block a user