nerdexam
Linux_FoundationLinux_Foundation

LFCS · Question #708

LFCS Question #708: Real Exam Question with Answer & Explanation

The correct answer is D: /etc/X11/gdm/lnit/Default. The greeting message for the Gnome Display Manager (GDM) is typically configured within a script or configuration file found in /etc/X11/gdm/ or similar paths, often specifically /etc/X11/gdm/Init/Default for older GDM versions.

Submitted by amina.ke· Apr 18, 2026Service Configuration

Question

Your department decided to change the Gnome Display Manager's greeting. What configuration file should you edit?

Options

  • A/etc/gnome/greeting
  • B/opt/gnome/share/greeting
  • C/etc/X11/gmd.conf
  • D/etc/X11/gdm/lnit/Default

Explanation

The greeting message for the Gnome Display Manager (GDM) is typically configured within a script or configuration file found in /etc/X11/gdm/ or similar paths, often specifically /etc/X11/gdm/Init/Default for older GDM versions.

Common mistakes.

  • A. /etc/gnome/greeting is not a standard path for GDM configuration.
  • B. /opt/gnome/share/greeting is not a standard path for GDM configuration; /opt is for optional software, and /share for architecture-independent data.
  • C. /etc/X11/gmd.conf is a plausible path, but the correct primary GDM configuration filename is gdm.conf (not gmd.conf), and greeting customization was more commonly done via initialization scripts like those in Init/Default for older GDM versions.

Concept tested. GDM greeting configuration (older GDM)

Topics

#GDM#Display Manager#Configuration Files#Login Screen

Community Discussion

No community discussion yet for this question.

Full LFCS PracticeBrowse All LFCS Questions