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 <flag> now
where <flag> is one of:
For more information, please see the following manpages: