From c9b0b290f98d5875fe7fdc9a4cb3222f148a3ea5 Mon Sep 17 00:00:00 2001 From: ElectricSquid Date: Wed, 30 Dec 2015 23:41:06 -0600 Subject: [PATCH] Addition to shutdown.md Added section to indicate how to shutdown at a specific time rather than shutting down X minutes from now --- pages/linux/shutdown.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/shutdown.md b/pages/linux/shutdown.md index ff0982165a..9ae3bb7a4d 100644 --- a/pages/linux/shutdown.md +++ b/pages/linux/shutdown.md @@ -14,6 +14,10 @@ `shutdown -r +{{5}} &` +- Shutdown at 1:00 pm (Uses 24h clock) + +`shutdown -h 13:00` + - Cancel a pending shutdown/reboot operation `shutdown -c`