mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +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]}}