linux重启命令
1[root@localhost ~]# shutdown -r now,#重启, now是如今重启的意思
2[root@localhost ~]# shutdown -r 05:30,#指定时长重启,但会占用前台终端
3[root@localhost ~]# shutdown -r 05:30 &,#把界定重启指令放进后台,&是后台的意思
4[root@localhost ~]# shutdown -c,//撤销按时重启
5[root@localhost ~]# shutdown -r 10,#10分钟以后重启