LPIC-1 Exam 102 v5 (Linux Administrator) — Question 52
Which of the following commands configure network interfaces based on the system's existing distribution-specific configuration files? (Choose two.)
Answer options
- A. ifconf
- B. ifdown
- C. ifpause
- D. ifstart
- E. ifup
Correct answer: B, E
Explanation
The commands 'ifdown' and 'ifup' are used to deactivate and activate network interfaces respectively, relying on the distribution's configuration files for their settings. The other options, 'ifconf' and 'ifpause', are not standard commands for managing network interfaces in this context.