Monday, November 27, 2017

Cent OS - Enable NTPD to synch datetime

1. Install ntpd service:

yum install ntp


3. Start ntpd service and make sure it is also enabled:

systemctl start ntpd
systemctl enable ntpd
systemctl status ntpd


4. Run following command and make sure date is properly updated:

date

No comments:

Post a Comment