linux重启命令 有这五种重启命令
1.[root @ localhost ~]# shut down-r now,# restart,now表示立即重启。
2.[root @ localhost ~]# shut down-r05:30,#在指定时间重启,但是会占用前台终端。
3.[root @ localhost ~]# shut down-r05:30 ,#将定义好的重启命令放到后台,表示后台
4.[root@localhost ~]# shutdown -c,//取消计划的重新启动
5、[root @ localhost ~]# shut down-r+10,# 10分钟后重新启动