Linux Hard Reset

Einen Linux Rechner kann man folgendermaßen hart Rebooten:


echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger

Quelle: Rebooting linux without reboot command

  • I always remember it as “busier” spelled backwards.
  • r – reset tty
  • e – exit all processes
  • i – kill all processes
  • s – sync hdd
  • u – unmount all hdd
  • b – reboot