shutdown 用于关闭计算机 并在关机之前将讯息传给使用者
使用模板: shutdown option argument
关机 -h
shutdown -h now 马上关机
重启 -r
shutdown -r now 马上重启
取消操作 -c
shutdown -c 取消关机 (用于取消设置了几分钟后关机的操作)
argument:
[时间][警告信息]
shutdown +3 "will shutdown" 三分钟后关机 并在关机前提示"will shutdown"