您好,登錄后才能下訂單哦!
不懂使用linux的systemctl命令管理系統服務?其實想解決這個問題也不難,下面讓小編帶著大家一起學習怎么去解決,希望大家閱讀完這篇文章后大所收獲。
Centos7之后從init完全換成了systemd的啟動方式,systemd 啟動服務的機制主要是通過 systemctl 的這個系統服務管理指令來處理。systemctl在用法上也囊括 service / chkconfig / setup / init 的大部分功能。
語法格式:systemctl [參數] [服務]
常用參數:
-start | 啟動服務 |
-stop | 停止服務 |
-restart | 重啟服務 |
-enable | 使某服務開機自啟 |
-disable | 關閉某服務開機自啟 |
-status | 查看服務狀態 |
-list -units --type=service | 列舉所有已啟動服務 |
參考實例
啟動httpd服務:
[root@linuxcool ~]# systemctl start httpd.service
停止httpd服務:
[root@linuxcool ~]# systemctl stop httpd.service
重啟httpd服務:
[root@linuxcool ~]# systemctl restart httpd.service
查看httpd服務狀態:
[root@linuxcool ~]# systemctl status httpd.service
使httpd開機自啟:
[root@linuxcool ~]# systemctl enable httpd.service
取消httpd開機自啟:
[root@linuxcool ~]# systemctl disable httpd.service
列舉所有已啟動服務(unit單元) :
[root@linuxcool ~]# systemctl list-units --type=service
感謝你能夠認真閱讀完這篇文章,希望小編分享使用linux的systemctl命令管理系統服務內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。