nerdexam
Linux_Foundation

LFCS · Question #709

What key combination is used to forcibly halt the X server in the event of the graphical session becoming unusable (eg., desktop manager or fullscreen application hanging)?

The correct answer is B. press CTRL+ALT+BACK_SPACE. To forcefully terminate a frozen X server graphical session, the standard keyboard shortcut on Linux systems is Ctrl+Alt+Backspace.

Submitted by thandi_sa· Apr 18, 2026Operation of Running Systems

Question

What key combination is used to forcibly halt the X server in the event of the graphical session becoming unusable (eg., desktop manager or fullscreen application hanging)?

Options

  • Apress CTRL+ALT+DEL
  • Bpress CTRL+ALT+BACK_SPACE
  • Cpress CTRL+ALT+DEL twice
  • Dpress CTRL+ALT+F1 then run

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    89% (16)
  • C
    6% (1)

Why each option

To forcefully terminate a frozen X server graphical session, the standard keyboard shortcut on Linux systems is `Ctrl+Alt+Backspace`.

Apress CTRL+ALT+DEL

`Ctrl+Alt+Del` is typically used to initiate a system reboot or shutdown, not to specifically halt the X server.

Bpress CTRL+ALT+BACK_SPACECorrect

The key combination `Ctrl+Alt+Backspace` is a traditional X server shortcut designed to forcibly terminate the X server and restart the graphical login manager, providing a way to recover from a frozen or unresponsive graphical session. This shortcut is often disabled by default in modern distributions but remains a common knowledge point for troubleshooting X.

Cpress CTRL+ALT+DEL twice

Pressing `Ctrl+Alt+Del` twice is also associated with reboot/shutdown behavior, not a direct X server termination.

Dpress CTRL+ALT+F1 then run

`Ctrl+Alt+F1` (or other F-keys) is used to switch to a virtual console, which allows interaction with the command line but does not directly halt the X server; you would then need to manually stop the display manager.

Concept tested: X server emergency shutdown

Source: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.html

Topics

#X server#Graphical environment#Troubleshooting#Keyboard shortcuts

Community Discussion

No community discussion yet for this question.

Full LFCS Practice