Created
May 8, 2013 03:44
-
-
Save nikushi/5538026 to your computer and use it in GitHub Desktop.
rebootコマンド受け付けてくれないときにsysrqでマシンを再起動させる
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
echo 1 > /proc/sys/kernel/sysrq | |
echo b > /proc/sysrq-trigger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment