CompTIA Linux+ Powered by LPI (LX0-104) — Question 27
Which environment variable will override all LC_* variables?
Answer options
- A. LANG
- B. LC_ALL
- C. LC_COLLATE
- D. LOCALE
Correct answer: B
Explanation
The correct answer is LC_ALL, as this variable is designed to override all other locale-related environment variables, including any LC_* variables. The other options, such as LANG and LC_COLLATE, do not have this overriding capability.