this post was submitted on 23 Jun 2026
21 points (95.7% liked)

Linux

14137 readers
133 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
 

Buried in the Wikipedia article is what I remember, with a note saying not to use it any more.

So what sysreq keys do you use to recover a non responsive system with a journaling file system?

Before the advent of journaled filesystems a common use of the magic SysRq key was to perform a safe reboot of a locked-up Linux computer (using the sequence of key presses indicated by the mnemonic REISUB), which lessened the risk of filesystem corruption. With modern filesystems, syncing and unmounting is still useful to force unflushed data to disk, but is no longer necessary to prevent filesystem corruption (and may increase the risk of corruption in case the lock-up is caused by the kernel being in a bad state).^[11]^ The default value of kernel.sysrq in distributions such as Ubuntu and Debian remains 176^[citation needed]^ (allowing the sync, unmount, and reboot functions) and 438^[12]^ (allowing the same functions plus loglevel, unraw, and nice-all-RT-tasks) respectively.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] exu@feditown.com 10 points 1 week ago (1 children)

I've always translated R.E.I.S.U.B to Reboot Even If System Utterly Broken

[โ€“] imecth@fedia.io 3 points 1 week ago

It doesn't always work though, if it's linux itself crashing you're out of luck.