Multiple choice

linux command to enable firewall in linix

  1. sudo ufw enable

  2. sudo ufw starter

  3. ufw enable

  4. sudo enable ufw

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct command to enable the UFW (Uncomplicated Firewall) in Linux is sudo ufw enable. Option B incorrectly uses starter, option C misses sudo, and option D has the wrong syntax (sudo enable ufw instead of sudo ufw enable).