shutdown -h now 关闭系统(1)
init 0 关闭系统(2)
telinit 0 关闭系统(3)
shutdown -h hours:minutes & 按预定时间关闭系统
shutdown -c 取消按预定时间关闭系统
shutdown -r now 重启(1)
reboot 重启(2)
logout 注销
time 测算一个命令(即程序)的执行时间
标签:关机,重启,常用命令,关闭系统,预定,shutdown,linux,时间,now
来源: https://www.cnblogs.com/Vincent-yuan/p/15708909.html