When is it appropriate to ufw reload
versus ufw disable && ufw enable
, and vice versa?
The reason for asking:
According to the ufw
man page, "reload reloads firewall."
However, documentation provided by the community (e.g., here, here, and here), instructs us to activate new settings by running:
$ sudo ufw disable
$ sudo ufw enable