Linux hangs

Safe Reboot Of Linux Using Magic SysRq Key

by Ramesh Natarajan on December 11, 2008

SysRq Key
Photo courtesy of KCIvey

This is a guest post written by Lakshmanan G.

If you are working on kernel development, or device drivers, or running a code that could cause kernel panic, SysRq key will be very valuable. The magic SysRq key is a key combination in the Linux kernel which allows the user to perform various low level commands regardless of the system’s state.

It is often used to recover from freezes, or to reboot a computer without corrupting the filesystem. The key combination consists of Alt+SysRq+commandkey. In many systems the SysRq key is the printscreen key.
(more…)

{ 5 comments }