CentOS Linux install and configure NTP to synchronize the system clock

Posted by Jiltin     Tags: , , , , , 18 November, 2008    4,239 views    (0) Comment

You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux. Login as the root user Type the following command to install ntp # yum install ntp Turn on service # chkconfig ntpd on Synchronize the system clock with 0.pool.ntp.org server: # ntpdate pool.ntp.org Start the NTP: # /etc/init.d/ntpd start Note: If you are using VPS (anything other than dedicated server), you will Read Full Article (Click here)...

Categories : Scripts Unix Tags : , , , , ,