Tag Archives: time

Linux: Sync Time with ntpdate

Sync Time using ntpdate Manual Sync # sudo as root sudo su –   # Stop ntpd service ntpd stop   # Sync time ntpdate pool.ntp.org   # Start ntpd service ntpd start Setup ntpd Server vi /etc/ntp.conf   # … Continue reading

Posted in Linux | Tagged , , , | Leave a comment