CompTIA Linux+ XK0-006 (V8) Practice Question

A Linux administrator edits /etc/httpd/conf/httpd.conf on a CentOS-stream 9 server and changes the line

Listen 80

to

Listen 8080

SELinux is in enforcing mode and no other service is using the new port. When the administrator starts the service with systemctl start httpd, Apache fails with the message:

(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8080

Which command will allow the service to start without reducing SELinux security or reverting the Listen directive?

  • firewall-cmd --permanent --add-service=http --zone=public

  • restorecon -R -v /var/www/html

  • setsebool -P httpd_can_network_connect 1

  • semanage port -a -t http_port_t -p tcp 8080

CompTIA Linux+ XK0-006 (V8)
Services and User Management
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot