詳解 Linux中的關(guān)機和重啟命令
詳解 Linux中的關(guān)機和重啟命令
一 shutdown命令
shutdown [選項] 時間
選項:
-c:取消前一次關(guān)機命令 -h:關(guān)機 -r:重啟
二 shutdown實戰(zhàn)
[root@localhost tmp]# date Sat Jul 15 09:28:35 CST 2017 [root@localhost tmp]# shutdown -r 05:30 Shutdown scheduled for Sun 2017-07-16 05:30:00 CST, use 'shutdown -c' to cancel. [root@localhost tmp]# shutdown -r 05:30 & [1] 4936 [root@localhost tmp]# Shutdown scheduled for Sun 2017-07-16 05:30:00 CST, use 'shutdown -c' to cancel. Broadcast message from root@localhost.localdomain (Sat 2017-07-15 09:30:00 CST): The system is going down for reboot at Sun 2017-07-16 05:30:00 CST! ^C [1]+ Done shutdown -r 05:30 [root@localhost tmp]# shutdown -c Broadcast message from root@localhost.localdomain (Sat 2017-07-15 09:31:03 CST): The system shutdown has been cancelled at Sat 2017-07-15 09:32:03 CST!
三 其他關(guān)機命令
halt init 0 poweroff
四 其他重啟命令
reboot init 6
五 系統(tǒng)運行級別
六 查看系統(tǒng)運行級別以及修改系統(tǒng)的默認(rèn)級別
runlevel cat /etc/inittab
七 登出
logout
八 實戰(zhàn)
[root@localhost tmp]# [root@localhost tmp]# runlevel N 5 [root@localhost tmp]# init 3 PolicyKit daemon disconnected from the bus. We are no longer a registered authentication agent. [root@localhost tmp]# runlevel 5 3 [root@localhost tmp]# logout
如有疑問請留言或者到本站社區(qū)交流討論,以上就是Linux 中關(guān)機重啟的命令詳解,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
相關(guān)文章
CentOS 7 下LAMP實現(xiàn)及基于https的虛擬化主機
這篇文章主要介紹了CentOS 7 下LAMP實現(xiàn)及基于https的虛擬化主機的相關(guān)資料,非常不錯,具有一定的參考借鑒價值,需要的朋友可以參考下2016-11-11Centos7.4 zabbix3.4.7源碼安裝的方法步驟
這篇文章主要介紹了Centos7.4 zabbix3.4.7源碼安裝的方法步驟,小編覺得挺不錯的,現(xiàn)在分享給大家,也給大家做個參考。一起跟隨小編過來看看吧2018-06-06Discuz 7.0偽靜態(tài)ReWrite的.htaccess規(guī)則
在確定您的服務(wù)器支持偽靜態(tài)ReWrite后,您可以通過修改設(shè)置.htaccess文件來實現(xiàn)Discuz論壇的偽靜態(tài)功能2010-12-12Linux內(nèi)核啟動流程之start_kernel問題
這篇文章主要介紹了Linux內(nèi)核啟動流程之start_kernel問題,具有很好的參考價值,希望對大家有所幫助,如有錯誤或未考慮完全的地方,望不吝賜教2024-01-01