User Tools

Site Tools


usersguide:shutdown

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

usersguide:shutdown [2014/11/11 14:52] (current)
Line 1: Line 1:
 +====== Shutting Down the System ======
 +
 +You can shutdown the system by typing:
 +<​code>​
 +# halt
 +</​code>​
 +
 +To power off the machine, you can also enter:
 +
 +<​code>​
 +# poweroff
 +</​code>​
 +
 +If you wish to reboot the machine, you can enter:
 +<​code>​
 +# reboot
 +</​code>​
 +
 +Alternatively,​ you can use the **shutdown** command:
 +<​code>​
 +# shutdown <​flag>​ now
 +</​code>​
 +where **<​flag>​** is one of:
 +  * -h: to halt
 +  * -p: to poweroff
 +  * -r: to reboot
 +
 +For more information,​ please see the following manpages:
 +
 +  * [[.:​manualpages|boot(8)]]
 +  * [[.:​manualpages|halt(8)]]
 +  * [[.:​manualpages|poweroff(8)]]
 +  * [[.:​manualpages|reboot(8)]]
 +  * [[.:​manualpages|shutdown(8)]]
  
usersguide/shutdown.txt · Last modified: 2014/11/11 14:52 (external edit)