Linux就該這麼學 -- 命令 -- systemctl

在Centos7以後Linux啓動方式已經用systemd取代init了,systemd主要是經過systemctl這個系統服務管理指令來處理spa

語法格式:rest

systemctl [參數] [服務]ci

經常使用參數:it

-start    啓動服務 systemctl start httpd
-stop    中止服務 systemctl stop httpd
-restart         重啓服務 systemctl restart httpd
-enable 將服務加入到開機自啓中 systemctl enable httpd
-disable 將服務移出開機自啓 systemctl disable httpd
-status 查看該服務的狀態 systemctl status httpd
-list -units --type=service 列舉全部已啓動服務 systemctl list-units --type=service
相關文章
相關標籤/搜索