##如何在Linux 系統中關閉防火牆如何在 Linux 系統中關閉防火牆?關閉UFW 防火牆(Ubuntu/Debian): sudo ufw disable關閉firewalld 防火牆(Fbuntu/Debian): sudo ufw disable關閉firewalld 防火牆(Fedora/RHEL): sudo systemctl stop firewalld; sudo systemctl disable firewalld關閉iptables 防火牆(CentOS/RHEL): chk tablesconfig
關閉UFW 防火牆(Ubuntu/Debian)
以root 使用者身分開啟終端機視窗。
<code>sudo ufw disable</code>
#以root 使用者身分開啟終端機視窗。
<code>sudo systemctl stop firewalld sudo systemctl disable firewalld</code>
#以root 使用者身分開啟終端機視窗。
<code>service iptables stop chkconfig iptables off</code>
以上是linux系統怎麼關閉防火牆的詳細內容。更多資訊請關注PHP中文網其他相關文章!