Difficulty: Easy
Correct Answer: switchdesk
Explanation:
Introduction / Context:
Historically, some Linux distributions (notably Red Hat–based systems) provided a small utility to change the default X Window desktop or window manager without manual editing of startup scripts. Recognizing such tools is useful on certification exams and when maintaining older systems.
Given Data / Assumptions:
Concept / Approach:
switchdesk is a utility that lets users select their preferred desktop environment, updating configuration so that the chosen desktop starts on the next login. While modern environments provide graphical display managers to select sessions, switchdesk was an accessible command-line/GUI helper in certain releases.
Step-by-Step Solution:
Verification / Alternative check:
Inspect desktop session files under /usr/share/xsessions/ and confirm default symlinks or configuration changes after using switchdesk.
Why Other Options Are Wrong:
utilinux, cempre, window: Not standard tools for this task. None of the above: incorrect because switchdesk is the appropriate utility.
Common Pitfalls:
Expecting switchdesk on modern minimal installs; current systems often rely on display managers (GDM, SDDM, LightDM) to select sessions per login.
Final Answer:
switchdesk
Discussion & Comments