Install and enable Time synchronisation on CentOS
Posted on March 6, 2013
Install and enable Time synchronisation on CentOS
yum install ntp -y
chkconfig ntpd on
service ntpd stop
ntpdate pool.ntp.org
service ntpd start
Install and enable Time synchronisation on CentOS
yum install ntp -y
chkconfig ntpd on
service ntpd stop
ntpdate pool.ntp.org
service ntpd start