summaryrefslogtreecommitdiff
path: root/faq/running/off.mdwn
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-17 13:34:24 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-17 13:34:24 +0100
commit1b548be2ad91bc07b2a596950eab5020fc026070 (patch)
tree51dc6d25ec3c6d1e2dfea8bbf3ffb5a5056c186e /faq/running/off.mdwn
parentb43ea6ca9b24067ee5d4775383a09c46233119df (diff)
misc changes
Diffstat (limited to 'faq/running/off.mdwn')
-rw-r--r--faq/running/off.mdwn12
1 files changed, 7 insertions, 5 deletions
diff --git a/faq/running/off.mdwn b/faq/running/off.mdwn
index 48e6bcc7..eb2a6d1c 100644
--- a/faq/running/off.mdwn
+++ b/faq/running/off.mdwn
@@ -8,14 +8,16 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-[[!meta title="shutdown does not work, How am I supposed to shut my Hurd system down?"]]
+[[!meta title="shutdown does not work, how am I supposed to shut my Hurd system down?"]]
The GNU/Hurd does not use SYSV runlevels, so commands like
- $ shutdown -h now
+ # shutdown -h now
-will not work. Simply use the equivalent shortcut
+will not work. Simply use the equivalent shortcuts
- $ halt
+ # halt
+ # reboot
-which is provided natively on GNU/Hurd, instead of from SYSV runlevels.
+to respectively shutdown and reboot Hurd, provided natively,
+instead of from SYSV runlevels.