-bash: auto: command not found

18,087

auto eth0 is interfaces(5) syntax. It's a line you would add to /etc/network/interfaces, not a command to be run in a shell. Once you correctly configure the interface in /etc/network/interfaces, you can run the ifup/ifdown commands to apply them.

Share:
18,087

Related videos on Youtube

chrymxbrwn
Author by

chrymxbrwn

Updated on September 18, 2022

Comments

  • chrymxbrwn
    chrymxbrwn over 1 year

    I'm going to config my network interfaces and run this command: auto eth0 but it returns -bash: auto: command not found. It seems I've missed something which I don't know. Any idea? What should I install?