Question 22:
SIMULATION - Configure NTP. Configure NTP service, Synchronize the server time, NTP server: classroom.example.com
Answer correct:
See explanation below.
Configure the client: Yum -y install chrony - Vim /etc/chrony.conf - Add: server classroom.example.com iburst Start: systemctl enable chronyd - systemctl restart chronyd Validate: timedatectl status