Bird
0
0

Which of the following is the correct command to enable the ufw firewall?

easy📝 Syntax Q12 of 15
Linux CLI - System Administration
Which of the following is the correct command to enable the ufw firewall?
Aufw enable
Bufw start
Cufw on
Dufw activate
Step-by-Step Solution
Solution:
  1. Step 1: Recall ufw command to enable firewall

    The correct command to enable ufw is ufw enable.
  2. Step 2: Check other options

    Commands like ufw start, ufw on, and ufw activate are invalid.
  3. Final Answer:

    ufw enable -> Option A
  4. Quick Check:

    Enable ufw = ufw enable [OK]
Quick Trick: Remember: 'enable' starts ufw, not 'start' or 'on' [OK]
Common Mistakes:
  • Using 'ufw start' instead of 'ufw enable'
  • Typing 'ufw on' which is not a valid command
  • Confusing with systemctl commands

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes