LPIC-1 Exam 101 v5 (Linux Administrator) — Question 60

What is true regarding the configuration of yum? (Choose two.)

Answer options

Correct answer: C, D

Explanation

Options C and D are correct because yum allows repository configurations to be split into multiple files for organization and can utilize variables such as $basearch and $releasever for dynamic configuration. Options A and B are incorrect as there is no yum command 'confupdate' and changes take effect immediately without requiring a restart of any service. Option E is also incorrect because if files are present in /etc/yum.repos.d/, it does not mean that /etc/yum.conf is ignored; both can be used together.