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 systemctl enable ntpd sudo systemctl start ntpd
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 systemctl enable ntpd sudo systemctl start ntpd