From 10dd0e9a8b92dac792a7416ae1bc7196e7cf3cbb Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Thu, 16 Feb 2017 01:22:45 -0200 Subject: [PATCH] Add cheatsheet for shutdown Adding help for shutdown, useful for rebooting the system, --- cheat/cheatsheets/shutdown | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cheat/cheatsheets/shutdown 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