ntpdate
ntp utility.
This tool can be used to query a different servers clock. Useful for knowing if you're out of sync. Kerberos may fail when a clock is more than five minutes off.
ntpdate -q 10.10.10.10
If you want to sync your clock it's possible using this tool as well.
ntpdate 10.10.10.10
Last updated
Was this helpful?