From 773e3f95fc9f2fa61381e900508f872a704eee2f Mon Sep 17 00:00:00 2001 From: Dylan Rees Date: Fri, 27 May 2016 11:47:57 -0400 Subject: [PATCH] Create halt.md --- pages/linux/halt.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/halt.md diff --git a/pages/linux/halt.md b/pages/linux/halt.md new file mode 100644 index 000000000..2a2f93f1a --- /dev/null +++ b/pages/linux/halt.md @@ -0,0 +1,11 @@ +# halt + +> Power off or reboot the machine. + +- Power the machine off: + +`halt` + +- Reboot the machine: + +`halt --reboot`