ntpd
ntpd is an operating system daemon which sets and maintains the system time of day in synchronism with time servers.
It should be pretty obvious why would want to install this on a server!
Client Installation
Installing the client is straightforward:
yum -y install ntpThen configure it for automatic startup at boot time:
chkconfig --levels 345 ntpd on
service ntpd startChange Timezone
rm /etc/localtime
ln -s /usr/share/zoneinfo/US/Eastern /etc/localtime- Log in to post comments