From 3796483b650d75fb3582f36009eafa6f4394b1d1 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 24 Oct 2018 08:08:36 -0400 Subject: [PATCH] shutdown (#24654) * shutdown added an explanation for the shutdown command * corrected file folder and filename --- guide/english/bash/bash-shutdown/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 guide/english/bash/bash-shutdown/index.md diff --git a/guide/english/bash/bash-shutdown/index.md b/guide/english/bash/bash-shutdown/index.md new file mode 100644 index 0000000000..e546ef6dc7 --- /dev/null +++ b/guide/english/bash/bash-shutdown/index.md @@ -0,0 +1,21 @@ +--- +title: Bash shutdown +--- + +Bash Command: shutdown + +`shutdown` - typing the shutdown command will schedule your system to be shutdown at a given point in time. + +Options: + ++m , will specify the minutes until shutdown. + +-h , will specify the hours until shutdown. + +-r , will trigger a restart of the system after shutting it down. + +message , will display a message of your chosing prior to shutting it down. + +Syntax: + +shutdown -h +m message