這篇文章主要介紹“CentOS7中systemctl命令的用法”,在日常操作中,相信很多人在CentOS7中systemctl命令的用法問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”CentOS7中systemctl命令的用法”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
創新互聯公司網站建設由有經驗的網站設計師、開發人員和項目經理組成的專業建站團隊,負責網站視覺設計、用戶體驗優化、交互設計和前端開發等方面的工作,以確保網站外觀精美、做網站、成都網站設計易于使用并且具有良好的響應性。Linux Systemctl是一個系統管理守護進程、工具和庫的集合,用于取代System V、service和chkconfig命令,初始進程主要負責控制systemd系統和服務管理器。通過Systemctl –help可以看到該命令主要分為:查詢或發送控制命令給systemd服務,管理單元服務的命令,服務文件的相關命令,任務、環境、快照相關命令,systemd服務的配置重載,系統開機關機相關的命令。
systemctl list-unit-files
systemctl list-units
systemctl –failed
systemctl is-enabled crond.service
systemctl list-unit-files –type=service
systemctl start httpd.service systemctl restart httpd.service systemctl stop httpd.service systemctl reload httpd.service systemctl status httpd.service
注意:當我們使用systemctl的start,restart,stop和reload命令時,終端不會輸出任何內容,只有status命令可以打印輸出。
systemctl is-active mysql.service systemctl enable mysql.service systemctl disable mysql.service
systemctl mask ntpdate.service ln -s /dev/null /etc/systemd/system/ntpdate.service systemctl unmask ntpdate.service rm /etc/systemd/system/ntpdate.service
systemctl kill crond
systemctl list-unit-files –type=mount
systemctl start tmp.mount systemctl stop tmp.mount systemctl restart tmp.mount systemctl reload tmp.mount systemctl status tmp.mount
systemctl is-active tmp.mount systemctl enable tmp.mount systemctl disable tmp.mount
systemctl mask tmp.mount ln -s /dev/null /etc/systemd/system/tmp.mount systemctl unmask tmp.mount rm /etc/systemd/system/tmp.mount
systemctl list-unit-files –type=socket
systemctl show mysql
systemctl list-dependencies httpd.service
systemctl rescue
systemctl emergency
systemctl get-default
systemctl isolate runlevel5.target
或
systemctl isolate graphical.target
systemctl isolate runlevel3.target
或
systemctl isolate multiuser.target
systemctl set-default runlevel3.target systemctl set-default runlevel5.target
systemctl reboot systemctl halt systemctl suspend systemctl hibernate systemctl hybrid-sleep
對于不知運行等級為何物的人,說明如下。
Runlevel 0 : 關閉系統 Runlevel 1 : 救援,維護模式 Runlevel 3 : 多用戶,無圖形系統 Runlevel 4 : 多用戶,無圖形系統 Runlevel 5 : 多用戶,圖形化系統 Runlevel 6 : 關閉并重啟機器
到此,關于“CentOS7中systemctl命令的用法”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注創新互聯-成都網站建設公司網站,小編會繼續努力為大家帶來更多實用的文章!
文章題目:CentOS7中systemctl命令的用法-創新互聯
網頁鏈接:http://m.newbst.com/article42/iogec.html
成都網站建設公司_創新互聯,為您提供響應式網站、品牌網站建設、定制網站、移動網站建設、面包屑導航、搜索引擎優化
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯