> Linux Reviews > Beginners: Learn Linux >
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
> Linux Reviews > Beginners: Learn Linux >
Shutdown / Reboot commands