reboot
: Restart computer.reboot -h now
: Shutdown computer immediately.reboot -h +5
: Shutdown computer in 5 minutes.reboot --reboot
: Restart computer.reboot --force
: Force restart computer, ignore all running programs.reboot --no-wtmp
: Restart computer, but don't log login and logout information.