Files
tldr/pages/linux/ufw-disable.md
T

242 B

ufw disable

Unload and disable the firewall on boot. More information: https://manned.org/ufw.

  • Simulate disabling the firewall without making changes:

sudo ufw --dry-run disable

  • Unload and disable ufw:

sudo ufw disable