Exam EX200 Topic 7 Question 5 Discussion
Actual exam question for RedHat's EX200 exam
Question #: 5
Topic #: 7
Question #: 5
Topic #: 7
Configure NTP.
Configure NTP service, Synchronize the server time, NTP server: classroom.example.com
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
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
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).