Synchronizing time in a Linux server..

Login to server as root and update the time using 'rdate' command.
for example, to update the time of server with Italian Time,

#rdate -s time.ien.it

here 'rdate -s' is the command and time.ien.it is one the public time server for Italy.

u can find the name of public NTP servers of your country in the following link
http://support.ntp.org/bin/view/Servers/WebHome

Comments

Popular posts from this blog

CDbConnection failed to open the DB connection mysql 8

How to replace find -maxdepth option in Solaris Operating System using -prone

IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified [ISQL]ERROR: Could not SQLConnect