XK0-005 • Practice Test 24
Free XK0-005 practice test — 15 questions with explanations. Set 24. No signup required.
Refer to the exhibit. A technician sees that the httpd service has failed. Which command was used to view the detailed error log shown in the exhibit?
Output of 'systemctl list-units -t service --state=failed': UNIT LOAD ACTIVE SUB DESCRIPTION httpd.service loaded failed failed The Apache HTTP Server Output of 'journalctl -u httpd.service --no-pager | tail -5': Mar 01 10:23:45 server systemd[1]: Starting The Apache HTTP Server... Mar 01 10:23:45 server httpd[1234]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 Mar 01 10:23:45 server systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE Mar 01 10:23:45 server systemd[1]: httpd.service: Failed with result 'exit-code'. Mar 01 10:23:45 server systemd[1]: Failed to start The Apache HTTP Server.