exam questions

Exam EX200 All Questions

View all questions & answers for the EX200 exam

Exam EX200 topic 1 question 90 discussion

Actual exam question from RedHat's EX200
Question #: 90
Topic #: 1
[All EX200 Questions]

SIMULATION -
Configure the NTP service in your system.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
system-config-date &

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Lazylinux
4 months, 4 weeks ago
To save time run this command and if service installed then it will tell you otherwise it will install it, dnf install chrony (no need to use -y as you want to see if installed then u can just press enter) OR you can use this command to check if you have plenty of time >>dnf info chrony or this command >> dnf list chrony Now enable it >>systemctl enable --now chronyd or the below command Check service is running without any issues >>systemctl status chronyd Now check where NTP is pointing to i.e. server or pool (mostly pool) >>chronyc sources {If wrong then edit this file /etc/chrony.conf, add either pool *followed by pool name* or server *followed by server name*} restart chrony service >>systemctl restart chronyd and check the status to ensure no errors >> systemctl status chronyd
upvoted 1 times
...
Dumpbase2020
1 year, 5 months ago
rpm -qa | grep chrony vi /etc/chrony.conf and add ( specified ip iburst) systemctl enable chronyd systemctl restart chronyd timedatectl set-ntp true timedatectl status to verify
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...