Shutting down your crashed linux machine safely
- September 10th, 2007
- Write comment
This is not a joke. It is possible to shut down your crashed linux box safely. It is possible to perform various low level commands regardless of the system’s state.
To perform such a command you have to press Alt + SysRq (Print) + a key representing the command.
To shutdown your box safely use the following combo:
- Alt + SysRq + R – takes the keyboard out of raw mode.
- Alt + SysRq + E – terminates all processes (except init).
- Alt + SysRq + I – kills all processes (except init).
- Alt + SysRq + S – synchronizes the disk.
- Alt + SysRq + U – remounts all filesystems read-only.
- Alt + SysRq + B – reboots the machine.
More details can be found at Wikipedia.