【環境架設】Linux 防火牆和SELinux的開啟和關閉


Linux 防火牆和SELinux的開啟和關閉
「linux firewall」的圖片搜尋結果


防火牆(firewalld
l   臨時關閉防火牆
systemctl stop firewalld

l   永久防火牆開機自關閉
systemctl disable firewalld

l   臨時打開防火牆
systemctl start firewalld

l   防火牆開機啟動
systemctl enable firewalld

l   查看防火牆狀態
systemctl status firewalld

SELinux
l   臨時關閉SELinux
setenforce 0

l   臨時打開SELinux
setenforce 1

l   查看SELinux狀態
getenforce



沒有留言:

張貼留言