System Grab Bag

View all TLDR pages from Linux (or from all pages)

ifup

Tool used to enable network interfaces. More information: https://manpages.debian.org/latest/ifupdown/ifup.8.html.
  • Enable interface eth0:
    ifup {{eth0}}
  • Enable all the interfaces defined with "auto" in /etc/network/interfaces:
    ifup -a

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.