A system administrator notices that the server's clock is consistently off by several minutes. Which service should be used to synchronize the time with an external time source?
Trap 1: timed
timed is not a standard time synchronization service.
Trap 2: chronyd
chronyd is a time synchronization service, but ntpd is the traditional choice.
Trap 3: systemd-timesyncd
timesyncd is a lightweight time sync service, but ntpd is more commonly referenced.
- A
ntpd
ntpd is the standard NTP daemon for time synchronization.
- B
timed
Why wrong: timed is not a standard time synchronization service.
- C
chronyd
Why wrong: chronyd is a time synchronization service, but ntpd is the traditional choice.
- D
systemd-timesyncd
Why wrong: timesyncd is a lightweight time sync service, but ntpd is more commonly referenced.