nerdexam
CompTIA

LX0-103 · Question #109

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. The X server can be forcibly terminated using a keyboard shortcut known as the 'Zap' function, which is built into the X.Org server.

System Architecture

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

(16 responses)
  • A
    6% (1)
  • B
    88% (14)
  • C
    6% (1)

Why each option

The X server can be forcibly terminated using a keyboard shortcut known as the 'Zap' function, which is built into the X.Org server.

Apress CTRL+ALT+DEL

CTRL+ALT+DEL sends a reboot or shutdown signal to the init/systemd process, not specifically to the X server.

Bpress CTRL+ALT+BACK_SPACECorrect

Pressing CTRL+ALT+BACKSPACE triggers the X server's built-in 'Zap' termination sequence, immediately killing the X display server process. This is handled at the X server level, bypassing any frozen desktop manager or application. Note that on modern distributions this may need to be re-enabled via 'DontZap' option or the setxkbmap terminate option.

Cpress CTRL+ALT+DEL twice

Pressing CTRL+ALT+DEL twice may trigger a forced reboot on some systems but does not target or kill the X server.

Dpress CTRL+ALT+F1 then run

CTRL+ALT+F1 switches to virtual terminal 1 (a text console), but does not halt or terminate the X server process.

Concept tested: Forcibly terminating the X.Org display server

Source: https://www.x.org/releases/current/doc/man/man1/Xserver.1.xhtml

Topics

#X server#Ctrl+Alt+Backspace#keyboard shortcut#X session recovery

Community Discussion

No community discussion yet for this question.

Full LX0-103 Practice