View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

Reiniciar un Linux "a lo bestia" (sin usar init ni reboot)

De aquí

Force Reboot :
 echo 1 > /proc/sys/kernel/sysrq
 echo b > /proc/sysrq-trigger

If you want to force shutdown machine try this.
 echo 1 > /proc/sys/kernel/sysrq
 echo o > /proc/sysrq-trigger

Reference url.