From 422ef9fcd2a4ce3ba2a50f4568029811e57909de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Mat=C3=ADas=20S=C3=A1nchez=20=28Quique=29?= Date: Wed, 7 Oct 2020 13:38:05 +0200 Subject: [PATCH] halt: add --poweroff example --- pages/linux/halt.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/linux/halt.md b/pages/linux/halt.md index 2a2f93f1a..758eb7a4b 100644 --- a/pages/linux/halt.md +++ b/pages/linux/halt.md @@ -1,10 +1,14 @@ # halt -> Power off or reboot the machine. +> Halt, power-off or reboot the machine. + +- Halt the machine: + +`halt` - Power the machine off: -`halt` +`halt --poweroff` - Reboot the machine: