Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Setup time synchronisation in CentOS

Answer:

You can install the NTP server using yum.

# yum install ntp

And enable the services during server startup

# chkconfig --levels 235 ntpd on
# ntpdate 0.pool.ntp.org
# /etc/init.d/ntpd start
  1. Setup time synchronisation in Ubuntu
  2. How to change the default Ubuntu’s NTP server
  3. Immediate time synchronization in RHEL/CentOS/Fedora
  4. How to enable / disable service during startup in Fedora?
  5. Yum repository mirror for old CentOS’ versions

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>