Linux Lite Forums

Full Version: How can I get gufw at startup?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I get gufw at startup?
type commend
Code:
echo "passs"|sudo -S /usr/bin/gufw
[Image: index.php?action=dlattach;topic=126086.0...8836;image]
Hi,

gufw is just a GUI to manage ufw
You can use gufw to enable it.
or
to enable it & check status in a terminal(ctrl-alt-t), do:
Code:
sudo ufw enable && sudo ufw status


It will continue to run, even after re-boot.


To disable it in a terminal(ctrl-alt-t), do:

Code:
sudo ufw disable


To check status at any time in a teminal
(ctrl-alt-t), do:
Code:
sudo ufw status verbose