【Linux】一步一步学Linux——telinit命令(144)
生活随笔
收集整理的這篇文章主要介紹了
【Linux】一步一步学Linux——telinit命令(144)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
00. 目錄
文章目錄
- 00. 目錄
- 01. 命令概述
- 02. 命令格式
- 03. 常用選項
- 04. 參考示例
- 05. 附錄
01. 命令概述
設置當前系統的運行等級
說明:
This is a legacy command available for compatibility only. It should not be used anymore, as the concept of runlevels is obsolete.
02. 命令格式
用法:telinit [選項] [參數]03. 常用選項
Send control commands to the init daemon.--help Show this help--no-wall Don't send wall message before halt/power-off/rebootCommands:0 Power-off the machine6 Reboot the machine2, 3, 4, 5 Start runlevelX.target unit1, s, S Enter rescue modeq, Q Reload init daemon configurationu, U Reexecute init daemon04. 參考示例
4.1 關機
[deng@itcast ~]$ telinit 04.2 單用戶模式
[deng@itcast ~]$ telinit 14.3 多用戶模式
[deng@itcast ~]$ telinit 24.4 完全多用戶模式(帶網絡 純命令)
[deng@itcast ~]$ telinit 34.5 進入圖形界面模式
[deng@itcast ~]$ telinit 54.6 重啟
[deng@itcast ~]$ telinit 605. 附錄
參考:【Linux】一步一步學Linux系列教程匯總
總結
以上是生活随笔為你收集整理的【Linux】一步一步学Linux——telinit命令(144)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Linux】一步一步学Linux——s
- 下一篇: 【Linux】一步一步学Linux——p