91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux中systemctl命令怎么用

發布時間:2022-02-15 09:25:39 來源:億速云 閱讀:216 作者:小新 欄目:開發技術

這篇文章給大家分享的是有關Linux中systemctl命令怎么用的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

Linux常用命令systemctl命令 是系統服務管理器指令,它實際上將 service 和 chkconfig 這兩個命令組合到一起。

Linux中systemctl命令怎么用

systemctl

系統服務管理器指令

補充說明

任務舊指令新指令
使某服務自動啟動chkconfig –level 3 httpd onsystemctl enable httpd.service
使某服務不自動啟動chkconfig –level 3 httpd offsystemctl disable httpd.service
檢查服務狀態service httpd statussystemctl status httpd.service (服務詳細信息) systemctl is-active httpd.service (僅顯示是否 Active)
顯示所有已啟動的服務chkconfig –listsystemctl list-units –type=service
啟動服務service httpd startsystemctl start httpd.service
停止服務service httpd stopsystemctl stop httpd.service
重啟服務service httpd restartsystemctl restart httpd.service
重載服務service httpd reloadsystemctl reload httpd.service

實例

 systemctl start nfs-server.service . # 啟動nfs服務 systemctl enable nfs-server.service # 設置開機自啟動 systemctl disable nfs-server.service # 停止開機自啟動 systemctl status nfs-server.service # 查看服務當前狀態 systemctl restart nfs-server.service # 重新啟動某服務 systemctl list-units --type=service # 查看所有已啟動的服務

開啟防火墻22端口

 iptables -I INPUT -p tcp --dport 22 -j accept

如果仍然有問題,就可能是SELinux導致的

關閉SElinux:

修改/etc/selinux/config文件中的SELINUX=""為disabled,然后重啟。

徹底關閉防火墻:

 sudo systemctl status firewalld.service
 sudo systemctl stop firewalld.service          
 sudo systemctl disable firewalld.service

感謝各位的閱讀!關于“Linux中systemctl命令怎么用”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

兴义市| 崇礼县| 延安市| 潮安县| 英超| 连南| 新兴县| 固始县| 涪陵区| 团风县| 牙克石市| 韩城市| 远安县| 屯留县| 黔江区| 太仆寺旗| 常德市| 定结县| 汉中市| 清徐县| 宝应县| 安达市| 新余市| 金华市| 曲阳县| 临城县| 阿荣旗| 兰西县| 台中县| 印江| 福贡县| 鹿邑县| 安远县| 阜平县| 哈密市| 五峰| 边坝县| 南漳县| 嘉义市| 利川市| 伊吾县|