Is there a linux service that can synchronize system time with a NTP server with a given interval, such as 1 minute, 1 hour or 1 day ?
Is it a good practice to run utpdate in a cron tab? e.g.
*/10 * * * * /usr/sbin/ntpdate us.pool.ntp.org
UPDATE
In my server the ntpd service is started but it does not seem to work. Where can I see ntpd working status (log or message) ? I can find nothing according to this ( Where are the ntpd log file located, and how can we configure the ntpd log file path? ) and this ( Where can I look up for the ntpd log? ) :-(