Page 1 of 1

How to install ntupdate and synchronize the date on linux

Posted: Sat Nov 24, 2012 8:18 am
by a24uall
How to install ntupdate and synchronize the date on linux servers?
yum install ntp
Conf file is located at
vi /etc/ntp.conf
ntpdate 0.centos.pool.ntp.org
Start the ntp service at system startup
chkconfig ntpd on
service ntpd start