mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
9f3c0398bd
* ufw-status: add page --------- Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com>
396 B
396 B
ufw status
Show the status of Uncomplicated Firewall and its rules. More information: https://manned.org/ufw.
- Show whether the firewall is active and list the rules:
sudo ufw status
- Show rules with numbers (useful before deleting a rule by number):
sudo ufw status numbered
- Show a verbose status, including default policies and listening ports:
sudo ufw status verbose