* shutdown

added an explanation for the shutdown command

* corrected file folder and filename
pull/27882/head^2
Joe 2018-10-24 08:08:36 -04:00 committed by A-J Roos
parent 591309550b
commit 3796483b65
1 changed files with 21 additions and 0 deletions

View File

@ -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