LPIC-1 Exam 102 v5 (Linux Administrator) — Question 98
Which of the following environment variables can be defined in locale.conf? (Choose two.)
Answer options
- A. LC_ALL
- B. LC_USERNAME
- C. LC_UTF8
- D. LC_GEOGRAPHY
- E. LC_TIME
Correct answer: A, E
Explanation
The correct answers are A (LC_ALL) and E (LC_TIME) because these are standard locale environment variables that can be configured in locale.conf to define the system's locale settings. The other options, B (LC_USERNAME), C (LC_UTF8), and D (LC_GEOGRAPHY), are not recognized environment variables that can be set in this file.