diff --git a/sheets/reboot b/sheets/reboot new file mode 100644 index 0000000..efac86a --- /dev/null +++ b/sheets/reboot @@ -0,0 +1,12 @@ +# reboot +# Reboot the system. + +# Reboot immediately: +reboot + +# Reboot immediately without gracefully shutdown: +reboot -f + +# Reboot without reboot +echo 1 > /proc/sys/kernel/sysrq +echo b > /proc/sysrq-trigger