Pages

Monday, March 16, 2015

RHEL v6 : how to change time zone and ntp


How to change time zone.

yum install ntp -y

ln -s /usr/share/zoneinfo/EST5EDT /etc/localtime
vi /etc/ntp.conf #check for server

service ntpd restart
chkconfig ntpd on # activated after reboot.
ntpq -p

No comments:

Post a Comment