1
0
Fork 0
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:
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`