ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 6 - XK0-005 discussion

Report
Export

Junior system administrator had trouble installing and running an Apache web server on a Linux server. You have been tasked with installing the Apache web server on the Linux server and resolving the issue that prevented the junior administrator from running Apache.

INSTRUCTIONS

Install Apache and start the service. Verify that the Apache service is running with the defaults.

Typing "help" in the terminal will show a list of relevant event commands.

If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

A.
Answers
A.
Suggested answer: A

Explanation:

yum install httpd systemctl --now enable httpd systemctl status httpd netstat -tunlp | grep 80 pkill <processname> systemctl restart httpd systemctl status httpd

asked 02/10/2024
Romain Casagrande
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first