102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 14


Which of the following commands configure network interfaces based on the system's existing distribution-specific configuration files? (Choose two.)

Show Answer
Correct Answer: BE

The commands 'ifup' and 'ifdown' configure network interfaces based on the system's existing distribution-specific configuration files. 'ifup' is used to bring network interfaces up according to the configurations defined, while 'ifdown' is used to bring network interfaces down, also according to those configurations. These commands typically refer to settings in files like '/etc/network/interfaces' in Debian-based systems or equivalent configuration files in other distributions.

Discussion

4 comments
Sign in to comment
MrBeanOptions: BE
Mar 10, 2022

Basically, ifup and ifdown will bring the interfaces which were defined in /etc/network/interfaces.

YaFoo
Oct 18, 2021

https://ss64.com/bash/ifup.html

Roger95Options: BE
Nov 20, 2021

Basically, ifup and ifdown will bring the interfaces which were defined in /etc/network/interfaces. And this file is provide by default existing system distribution.

pablomarquessOptions: BE
Jul 16, 2021

Why B and E?

pablomarquess
Jul 16, 2021

I read wrong, that's correct!