Forrest logo
back to context overview

ifup

List of commands for ifup:

  • ifup:tldr:0dfd4 ifup: Enable all the interfaces defined with "auto" in `/etc/network/interfaces`.
    $ ifup -a
    try on your machine
    explain this command
  • ifup:tldr:c3f34 ifup: Enable interface eth0.
    $ ifup ${eth0}
    try on your machine
    explain this command
back to context overview