Appearance
bash
shutdown now
shutdown 10:36 # 在 10:36 关机
shutdown +10 # 在 10 分钟后关机
# 上述两个都可以用 shutdown -c 取消bash
halt # 这个指令需要管理员权限bash
shutdown -r
shutdown -r now # 重启
shutdown -r 10:36 # 在 10:36 重启
shutdown -r +10 # 在 10 分钟后重启
# 上述两个都可以用 shutdown -c 取消bash
reboot #立即重启