Linux_FoundationLinux_Foundation
LFCS · Question #292
LFCS Question #292: Real Exam Question with Answer & Explanation
The correct answer is C: timezone. The locale setting defines cultural and linguistic conventions such as language, currency, and number formatting, but not the system's timezone.
Submitted by ashley.k· Apr 18, 2026Essential Commands
Question
All of the following are contained in the locale setting of the operating system EXCEPT:
Options
- Acurrency symbol
- Blanguage
- Ctimezone
- Dthousands separator
Explanation
The locale setting defines cultural and linguistic conventions such as language, currency, and number formatting, but not the system's timezone.
Common mistakes.
- A. The currency symbol (e.g., '$', '€') is a specific formatting element defined within the locale settings (LC_MONETARY) to display monetary values correctly.
- B. The language setting dictates the language used for messages, menus, and other text displayed by the operating system and applications, which is a core component of locale (LC_MESSAGES).
- D. The thousands separator (e.g., ',', '.', ' ') is a numeric formatting convention specified by the locale (LC_NUMERIC) to improve readability of large numbers.
Concept tested. Linux locale settings components
Reference. https://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html
Topics
#Locale settings#Environment variables#System configuration
Community Discussion
No community discussion yet for this question.