shutdown
- May result in
halt
,power off
orreboot
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
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