Exam EX200 Topic 7 Question 5 Discussion

Actual exam question for RedHat's EX200 exam
Question #: 5
Topic #: 7
Configure NTP.
Configure NTP service, Synchronize the server time, NTP server: classroom.example.com

Suggested Answer:

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

by Hilary at Jul 24, 2026, 08:59 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10