+2 votes
in Operating Systems by (71.8k points)
What is the command to enable and disable the firewall on Ubuntu?

1 Answer

+2 votes
by (56.8k points)
selected by
 
Best answer

To disable the firewall on Ubuntu, run the following command on the terminal:

sudo ufw disable

To enable the firewall on Ubuntu, run the following command on the terminal:

sudo ufw enable

Related questions

+3 votes
1 answer
+2 votes
1 answer
+3 votes
1 answer
+3 votes
1 answer
+3 votes
1 answer

...