Skip to content

Commit

Permalink
shutdown (freeCodeCamp#24654)
Browse files Browse the repository at this point in the history
* shutdown

added an explanation for the shutdown command

* corrected file folder and filename
  • Loading branch information
Joe-Lalama authored and Asjas committed Oct 24, 2018
1 parent 5913095 commit 3796483
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions guide/english/bash/bash-shutdown/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3796483

Please sign in to comment.