shutdown
- May result in
halt,power offorrebootthe machine
# Shutdown gracefully
shutdown -P # the default
# Shutdown abruptly
shutdown -H # Just like the halt command
# Reboot
shutdown -r
# Shutdown with a time
shutdown now
halt, power off or reboot the machine# Shutdown gracefully
shutdown -P # the default
# Shutdown abruptly
shutdown -H # Just like the halt command
# Reboot
shutdown -r
# Shutdown with a time
shutdown now