commands.sh

ifup

linux

Enable network interfaces.

More info →

Options (1)

-a, --allboolean

Enable all the interfaces defined with "auto" in `/etc/network/interfaces`

Example: ifup {{[-a|--all]}}

Examples (2)

Enable interface eth0

ifup eth0

Enable all the interfaces defined with "auto" in `/etc/network/interfaces`

ifup [-a|--all]
made by @shridhargupta | data from tldr-pages