nerdexam
CompTIACompTIA

XK0-005 · Question #1732

XK0-005 Question #1732: 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.

System Management

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

#systemctl#Service Management#httpd#Linux Administration

Community Discussion

No community discussion yet for this question.

Full XK0-005 PracticeBrowse All XK0-005 Questions