mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
181 B
181 B
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