Created
          June 28, 2023 23:14 
        
      - 
      
- 
        Save Computer-Tsu/a08ee0040e36586ffa577673e10d4ef0 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | REISUB - the gentle Linux restart | |
| According to Lifehacker a frozen Linux system that's not responding to the Ctrl-Alt-Delete three-finger-salute can be restarted more safely than by pushing the power button, which is usually the next step. | |
| Holding down Alt and SysRq (which is the Print Screen key) while slowly typing REISUB will get you safely restarted. REISUO will do a shutdown rather than a restart. | |
| Sounds like either an April Fools joke or some very strange magic akin to the old BIOS beeps we used to use to diagnose PC faults so bad that nothing would boot. Wikipedia comes to the rescue with an in-depth listing of all the SysRq keys. | |
| R: Switch the keyboard from raw mode to XLATE mode | |
| E: Send the SIGTERM signal to all processes except init | |
| I: Send the SIGKILL signal to all processes except init | |
| S: Sync all mounted filesystems | |
| U: Remount all mounted filesystems in read-only mode | |
| B: Immediately reboot the system, without unmounting partitions or syncing | |
| (Discovered originally here http://fosswire.com/2008/04/22/ubuntu-cheat-sheet/) | |
| Published 23/04/2008 Updated 30/11/2009 Tags Systems | |
| http://blog.kember.net/articles/reisub-the-gentle-linux-restart/ | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment