I can see the ufw status by typing and entering
sudo ufw status
I want to back up this as a file. Where does this information reside in as a file?
I can see the ufw status by typing and entering
sudo ufw status
I want to back up this as a file. Where does this information reside in as a file?
It is in the files
/etc/ufw/user.rules
and/etc/ufw/user6.rules
(although probably you should back up the whole of/etc/ufw/
)Ex.
corresponds to the IPv4 and IPv6
RULES
sections as follows