Shutdown / Reboot commands
Linux has several commands to turn of the computer
(shut down / poweroff):
shutdown -h now
halt
poweroff
init 0
All of these does the same thing: turns your computer off.
Rebooting Linux
Use the shutdown command with the parameter -r (reboot):
shutdown -r now
- Page source: shutdown_and_reboot.t2t.tar.bz2