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.
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/greetingis not a standard path for GDM configuration. - B.
/opt/gnome/share/greetingis not a standard path for GDM configuration;/optis for optional software, and/sharefor architecture-independent data. - C.
/etc/X11/gmd.confis a plausible path, but the correct primary GDM configuration filename isgdm.conf(notgmd.conf), and greeting customization was more commonly done via initialization scripts like those inInit/Defaultfor older GDM versions.
Concept tested. GDM greeting configuration (older GDM)
Topics
Community Discussion
No community discussion yet for this question.