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
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
Post a Comment