A Linux administrator changed a systemd configuration. However, the change was not applied after the system was restarted. Which of the following commands is required to apply the change?
Comprehensive and Detailed Step-by-Step Explanation:
When making changes to systemd configuration files (such as unit files), the systemctl daemon-reload command must be run to reload the systemd manager configuration.
systemctl enable only enables a service to start at boot but does not apply configuration changes immediately.
systemctl restart restarts a specific service but does not reload the systemd daemon itself.
The missing option appears to be an unrelated or incorrect command.
[Reference: CompTIA Linux+ Official Study Guide, Chapter on Systemd and Service Management, , , , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit