diff --git a/pages/linux/reboot.md b/pages/linux/reboot.md new file mode 100644 index 0000000000..32e9538d5d --- /dev/null +++ b/pages/linux/reboot.md @@ -0,0 +1,11 @@ +# reboot + +> Reboot the system. + +- Reboot immediately: + +`reboot` + +- Reboot immediately without gracefully shutdown: + +`reboot -f`