diff --git a/cheat/cheatsheets/shutdown b/cheat/cheatsheets/shutdown new file mode 100644 index 0000000..52e914e --- /dev/null +++ b/cheat/cheatsheets/shutdown @@ -0,0 +1,8 @@ +# Reboot the system immediately +shutdown -r now + +# Shut system down immediately +shutdown -h now + +# Reboot system after 5 minutes +shutdown -r +5