Home >System Tutorial >LINUX >How to turn off the firewall command in linux
To turn off the Linux firewall, please perform the following steps in sequence: Open a terminal and run the command with sudo permissions: sudo ufw disable Enter the password and press Enter, and the firewall will be turned off.
How to turn off Linux firewall
Command:
<code class="bash">sudo ufw disable</code>
Steps:
<code class="bash">sudo ufw disable</code>
Additional information:
<code class="bash">sudo ufw enable</code>
The above is the detailed content of How to turn off the firewall command in linux. For more information, please follow other related articles on the PHP Chinese website!