shutdown -h now //shutdown now
shutdown -h 20:25 //shutdown 20:25 on today
shutdown -h + 10 //shutdown 10minutes later
shutdown -r now // reboot now
shutdown -r +30 'the system will reboot' //reboot 30minutes later and show warning
shutdown -k now 'the system will reboot' //only show warning
阅读(799) | 评论(0) | 转发(0) |