linux重啟命令?[root@localhost ~]# shutdown -r now,#重啟, now是現在重啟的意思,下面我們就來聊聊關于linux重啟命令?接下來我們就一起去了解一下吧!
linux重啟命令
[root@localhost ~]# shutdown -r now,#重啟, now是現在重啟的意思
[root@localhost ~]# shutdown -r 05:30,#指定時間重啟,但會占用前台終端
[root@localhost ~]# shutdown -r 05:30 &,#把定義重啟命令放入後台,&是後台的意思
[root@localhost ~]# shutdown -c,//取消定時重啟
[root@localhost ~]# shutdown -r +10,#10分鐘之後重啟