Jul 062010
Setup time synchronisation in CentOS
Answer:
You can install the NTP server using yum.
# yum install ntp
And enable the services during server startup
# chkconfig --levels 235 ntpd on
# ntpdate 0.pool.ntp.org
# /etc/init.d/ntpd start