jueves, 14 de agosto de 2008

Remote time synchronization using NTP on CentOS

If you want to know how to configure the Network Time Protocol service on CentOS, here you have:


# chkconfig ntpd on

# ntpdate pool.ntp.org

# /etc/init.d/ntpd start



If you have not installed ntp, then before the previous lines install it with:

# yum install ntp


Best regards,