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

236 B

ufw enable

Reload and enable the firewall on boot. More information: https://manned.org/ufw.

  • Simulate enabling the firewall without making changes:

sudo ufw --dry-run enable

  • Reload and enable ufw:

sudo ufw enable