CompTIA Linux+ XK0-005 Practice Question
A system administrator is tasked with allowing incoming connections to a web server hosted on Linux. The server needs to accept traffic on port 443. How should the administrator configure UFW to achieve this?
ufw allow 443/udp
ufw allow 80/tcp
ufw allow 443/tcp
ufw deny 443/tcp