fedora開機啟動/禁止開機啟動服務的實現
來源:懂視網
責編:小采
時間:2020-11-27 14:26:45
fedora開機啟動/禁止開機啟動服務的實現
fedora開機啟動/禁止開機啟動服務的實現:如下所示:systemctl enable httpd.service //開機啟動服務systemctl disable httpd.service //禁止開機啟動systemctl start httpd.service //啟動服務systemctl stop httpd.service //關閉服務 /etc/selinux/
導讀fedora開機啟動/禁止開機啟動服務的實現:如下所示:systemctl enable httpd.service //開機啟動服務systemctl disable httpd.service //禁止開機啟動systemctl start httpd.service //啟動服務systemctl stop httpd.service //關閉服務 /etc/selinux/

如下所示:
systemctl enable httpd.service //開機啟動服務
systemctl disable httpd.service //禁止開機啟動
systemctl start httpd.service //啟動服務
systemctl stop httpd.service //關閉服務
/etc/selinux/config
SELINUX=disabled //關閉SELinux
以上這篇fedora 開機啟動/禁止開機啟動服務的實現就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持PHP中文網。
更多fedora 開機啟動/禁止開機啟動服務的實現相關文章請關注PHP中文網!
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
fedora開機啟動/禁止開機啟動服務的實現
fedora開機啟動/禁止開機啟動服務的實現:如下所示:systemctl enable httpd.service //開機啟動服務systemctl disable httpd.service //禁止開機啟動systemctl start httpd.service //啟動服務systemctl stop httpd.service //關閉服務 /etc/selinux/