Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Can I interrupt a crashing/frozen Ubuntu desktop?

Parent

Can I interrupt a crashing/frozen Ubuntu desktop?

+9
−0

Is there any Linux (specifically, Ubuntu) equivalent to Window's Ctrl+Alt+Del? I am aware of the System Monitor, and of top on the Terminal, but the true beauty of Ctrl+Alt+Del is that it interrupts everything else, and works even when the computer is frozen and not responding to normal input. My computer does that frequently (usually because of ADHD-initiated tab explosion in Firefox, it must be said), and I am often reduced to using the physical button to restart it.

I'm currently running Ubuntu 24.04.3 LTS.

History

1 comment thread

Tags (2 comments)
Post
+1
−0

If you are still on X11 you can use Ctrl-Alt-Backspace to kill the X session and bring you back to your login manager. From there you can either log in again or reboot cleanly.

I'm not aware of a similar hotkey for Wayland though.

History

1 comment thread

Requires configuration terminate:ctrlaltbksp (1 comment)
Requires configuration terminate:ctrlaltbksp
Quasímodo‭ wrote 10 months ago

It might be worth poiting out in your answer that, as per xkeyboard-config(7), this should require terminate:ctrl_alt_bksp (which I think most distributions do not set by default).