From 1854d10f4fc2025ac5b0c28e164ca1905b72a090 Mon Sep 17 00:00:00 2001 From: Romain Prieto Date: Wed, 26 Feb 2014 08:55:35 +1100 Subject: [PATCH] Shutdown: tokens + split the examples --- linux/shutdown.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/linux/shutdown.md b/linux/shutdown.md index a13bc7665..ff0982165 100644 --- a/linux/shutdown.md +++ b/linux/shutdown.md @@ -2,14 +2,17 @@ > Shutdown and reboot the system -- Reboot or poweroff (halt) the system immediately +- Power off (halt) immediately -`shutdown -r now` `shutdown -h now` -- Reboot in 5 minutes. +- Reboot immediately -`shutdown -r +5 &` +`shutdown -r now` + +- Reboot in 5 minutes + +`shutdown -r +{{5}} &` - Cancel a pending shutdown/reboot operation