查看方法:1、利用systemctl查看,該指令用於管理系統,語法為「systemctl status firewalld」;2、用firewall查看,可以查看防火牆的預設狀態,語法為「firewall-cmd - -state」。
本文操作環境:centos 7系統、Dell G3電腦。
方法一:systemctl status firewalld
防火牆的開啟、關閉、停用指令
(1)設定開機啟用防火牆:systemctl enable firewalld.service
(2)設定開機停用防火牆:systemctl disable firewalld.service
(3)啟動防火牆:systemctl start firewalld
#(4)關閉防火牆:systemctl stop firewalld
(5)檢查防火牆狀態:systemctl status firewalld
範例如下:
################ #####方法二:firewall-cmd --state#########查看預設防火牆狀態(關閉後顯示notrunning,開啟後顯示running)###
systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动
以上是centos7怎麼查看防火牆是否運行的詳細內容。更多資訊請關注PHP中文網其他相關文章!