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)