CompTIA
XK0-006 · Question #102
A Linux administrator needs to change the execution frequency of a systemd timer. Which of the following commands should the administrator use after editing the timer file to make the changes…
The correct answer is A. systemctl daemon-reload. After modifying a systemd unit file such as a timer, this command reloads systemd’s configuration so the updated execution schedule is recognized and applied.
System Configuration and Management
Question
A Linux administrator needs to change the execution frequency of a systemd timer. Which of the following commands should the administrator use after editing the timer file to make the changes effective?
Options
- Asystemctl daemon-reload
- Btimedatectl --adjust-system-clock
- Csystemd-ana1yze time
- Dsysctl --load
How the community answered
(42 responses)- A93% (39)
- C5% (2)
- D2% (1)
Explanation
After modifying a systemd unit file such as a timer, this command reloads systemd’s configuration so the updated execution schedule is recognized and applied.
Topics
#systemd timer#daemon-reload#systemctl#service configuration
Community Discussion
No community discussion yet for this question.