linux重啟服務(wù)的命令, linux系統(tǒng)下重啟服務(wù)的命令是什么?下面是重啟服務(wù)命令的具體介紹:
The commands for restarting services under Linux operating system are: shutdown, shutdown, restart, pause and shutdown.
Shut down:
Shutdown是最常用最安全的關(guān)機(jī)重啟命令,在關(guān)機(jī)前調(diào)用fsck檢查磁盤,其中-h和-r是最常用的參數(shù):
-h:停止系統(tǒng)服務(wù)并關(guān)機(jī)。
-r:停止系統(tǒng)服務(wù)并重新啟動。
Restart:
Reboot的意思是立即重啟,效果相當(dāng)于shutdown -r now。
Shut down:
Poweroff的意思是立即關(guān)機(jī),效果相當(dāng)于shutdown -h now,在多用戶模式下(運行3級)不推薦使用。
Pause:
不管當(dāng)前系統(tǒng)條件如何,通常不建議關(guān)閉硬件。
linux重啟服務(wù)的命令,以上就是本文為您收集整理的linux重啟服務(wù)的命令最新內(nèi)容,希望能幫到您!更多相關(guān)內(nèi)容歡迎關(guān)注。