mirror of https://github.com/CrimsonTome/tldr.git
239 B
239 B
ifup
Tool used to enable network interfaces. More information: https://linux.die.net/man/8/ifup.
- Enable interface eth0:
ifup {{eth0}}
- Enable all the interfaces defined with "auto" in
/etc/network/interfaces
:
ifup -a