mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
229 B
229 B
ifup
Enable network interfaces. More information: https://manned.org/ifup.
- Enable interface eth0:
ifup {{eth0}}
- Enable all the interfaces defined with "auto" in
/etc/network/interfaces:
ifup {{[-a|--all]}}