synchronize time with NTP server on Ubuntu 10.04
Last Updated on Sunday, 15 May 2011 14:00
Question:
Hi Could u please tell me how to synchronize time with NTP server on Ubuntu 10.04 THX
Answer:
First you need to install ntpdate package. Login as a root install enter:
# apt-get install ntpdate
When installed execute a following command as a root user:
# ntpdate pool.ntp.org
Â
For this to work you need to be connected to internet.
Â















