shutdown -s -t 120
120秒后关机,还可以设置更高的时间,1小时60*60即可 3600shutdown -s -t 3600
想要定点关机,就如12点关机,命令如下: at 12:00 shutdown -s
想取消自动关机,在运行中输入: shutdown -a