Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created May 8, 2013 03:44
Show Gist options
  • Save nikushi/5538026 to your computer and use it in GitHub Desktop.
Save nikushi/5538026 to your computer and use it in GitHub Desktop.
rebootコマンド受け付けてくれないときにsysrqでマシンを再起動させる
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