mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
ufw-{enable, disable}: add page (#23250)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# ufw disable
|
||||
|
||||
> Unload and disable the firewall on boot.
|
||||
> More information: <https://manned.org/ufw>.
|
||||
|
||||
- Simulate disabling the firewall without making changes:
|
||||
|
||||
`sudo ufw --dry-run disable`
|
||||
|
||||
- Unload and disable `ufw`:
|
||||
|
||||
`sudo ufw disable`
|
||||
@@ -0,0 +1,12 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user