NTP Client configuration.
It is very easy to configure NTP client on Linux machine.
Just two steps required.
yum install ntp
ntpdate -u clock.redhat.com
You can configure cron job to run 2nd step on schedule OR you can put in /etc/rc.local
NTP Client configuration.
It is very easy to configure NTP client on Linux machine.
Just two steps required.
yum install ntp
ntpdate -u clock.redhat.com
You can configure cron job to run 2nd step on schedule OR you can put in /etc/rc.local