====== Shutting Down the System ======
You can shutdown the system by typing:
# halt
To power off the machine, you can also enter:
# poweroff
If you wish to reboot the machine, you can enter:
# reboot
Alternatively, you can use the **shutdown** command:
# shutdown now
where **** 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)]]