ifup: add page (#922)

This commit is contained in:
Agniva De Sarker
2016-06-22 23:33:43 +05:30
committed by Waldir Pimenta
parent 3c56b7b342
commit 077f9a5b5a

11
pages/linux/ifup.md Normal file
View 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`