Linux Tipps und Tricks

From Lolly's Wiki
Revision as of 15:08, 22 January 2016 by Lollypop (talk | contribs)
Jump to navigationJump to search

Kategorie:Linux

Hard reboot

This is the hard way to kick your kernel into void. No filesystem sync is done, just an ugly fast direkt reboot! You should never do this...

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

First line enables sysrq, second line sends the reboot request.

For more look at kernel.org!