You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

NTPD enables you to synchronize the system clock with public ip server.

To install NTP:

sudo yum -y install ntp ntpdate
sudo chkconfig ntpd on
sudo ntpdate 0.centos.pool.ntp.org
sudo service ntpd start
  • No labels