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`