From 1b944981eec412516ad5968a4fefc48c7c24b1f7 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 28 May 2017 21:20:03 +0000 Subject: [PATCH] added reboot --- sheets/reboot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sheets/reboot 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