XK0-005 · Question #737
XK0-005 Question #737: Real Exam Question with Answer & Explanation
The correct answer is A: systemctl reload httpd. The systemctl reload httpd command reloads the Apache HTTP server configuration without terminating any existing connections. This is ideal for applying configuration changes without disrupting the current web traffic, ensuring seamless operation.
Question
A Linux administrator updated the configuration file for the httpd web service. The administrator needs to apply the updated changes to the service without interrupting any running sessions. Which of the following commands should the administrator run to accomplish this task?
Options
- Asystemctl reload httpd
- Bsystemctl restart httpd
- Csystemctl status httpd
- Dsystemctl mask httpd
Explanation
The systemctl reload httpd command reloads the Apache HTTP server configuration without terminating any existing connections. This is ideal for applying configuration changes without disrupting the current web traffic, ensuring seamless operation.
Topics
Community Discussion
No community discussion yet for this question.