Browse Source

H5: Fix typo in a command

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
7520bd9ca2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exercises/h5.md

+ 1
- 1
exercises/h5.md View File

@ -187,7 +187,7 @@ Executing /lib/systemd/systemd-sysv-install enable ufw
``` ```
sudo systemctl stop ufw.service && sudo systemctl disable ufw.service sudo systemctl stop ufw.service && sudo systemctl disable ufw.service
sudo apt-get purge --remove ufw sudo apt-get purge --remove ufw
sudo iptables --flush && sudo iptables --delete-chains
sudo iptables --flush && sudo iptables --delete-chain
``` ```
**2.** Confirm deletion of ufw entries from iptables firewall rule list with **2.** Confirm deletion of ufw entries from iptables firewall rule list with


Loading…
Cancel
Save