Skip to content
Joseph Jozwik
Joseph Jozwik

Joseph Jozwik

Joseph Jozwik

Category: Linux

Posts related to linux

Posted on April 27, 2010

Centos sync hardware clock with ntp server

hwclock –systohc

Procedure

Login as the root user

Type the following command to install ntp
# yum install ntpTurn 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

Posts navigation

Previous page Page 1 Page 2
Proudly powered by WordPress