R: Switch the keyboard from raw mode to XLATE mode. 將鍵盤控制從X Server 那裡搶回來(unRaw) E: Send the SIGTERM signal to all processes except init. 給所有進程發送SIGTERM 信號,讓他們自己解決善後(tErminate)
I: Send the SIGKILL signal to all processes except init. 給所有行程發送 SIGKILL 訊號,強迫他們馬上關閉(kIll)
S: Sync all mounted file systems (IMPORTANT). 將所有資料同步至磁碟(Sync)
U: Remount all mounted file systems in read-only mode. 將所有分區掛載為唯讀模式(Unmount)
B: Immediately reboot the system, without un-mounting partitions or syncing. 重啟(reBoot)
要注意的是這些按鍵之間有順序,而且按鍵之間有時間間隔(因為要等待前一個操作的完成),建議的時間間隔是 R – 1 秒 – E – 30 秒
– I – 10 秒 – S – 5 秒 – U – 5 秒 – B.
無責任轉載。
shutdown
reisub
系統罷工後,若開啟了 SysRq 而且系統仍能回應鍵盤按鍵,可以使用 SysRq 鍵重新啟動。按