Bird
0
0

Which command correctly enables the Uncomplicated Firewall (UFW) on a Raspberry Pi?

easy📝 Syntax Q3 of 15
Raspberry Pi - Security and Deployment
Which command correctly enables the Uncomplicated Firewall (UFW) on a Raspberry Pi?
Asudo ufw activate
Bsudo ufw enable
Csudo firewall enable
Dsudo ufw start
Step-by-Step Solution
Solution:
  1. Step 1: Recall the correct UFW command to enable firewall

    The command to enable UFW is 'sudo ufw enable'.
  2. Step 2: Check other options for correctness

    'sudo ufw start' and 'sudo ufw activate' are invalid commands; 'sudo firewall enable' is not a valid command.
  3. Final Answer:

    sudo ufw enable -> Option B
  4. Quick Check:

    Enable UFW = sudo ufw enable [OK]
Quick Trick: Use 'sudo ufw enable' to turn on firewall [OK]
Common Mistakes:
MISTAKES
  • Using 'start' instead of 'enable'
  • Typing 'firewall' instead of 'ufw'
  • Using 'activate' which is invalid

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes