nerdexam
Linux_Foundation

LFCS · Question #292

All of the following are contained in the locale setting of the operating system EXCEPT:

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

How the community answered

(57 responses)
  • A
    4% (2)
  • B
    7% (4)
  • C
    88% (50)
  • D
    2% (1)

Why each option

The locale setting defines cultural and linguistic conventions such as language, currency, and number formatting, but not the system's timezone.

Acurrency symbol

The currency symbol (e.g., '$', '€') is a specific formatting element defined within the locale settings (LC_MONETARY) to display monetary values correctly.

Blanguage

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).

CtimezoneCorrect

The timezone setting determines the local time and daylight saving rules, which is independent of linguistic or cultural preferences specified by the locale. Locale settings primarily influence how data is presented to the user based on geographical, political, or cultural regions, rather than chronological ones.

Dthousands separator

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

Source: 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.

Full LFCS Practice