除了用NTP服务器之外,下面的命令可以做到让几台机器的时间都跟一台机器同步。
date --set="$(ssh root@10.245.110.101 date)"
参考资料
===========
how to sync time between two linux servers
http://blogs.perl.org/users/michael_li/2014/07/how-to-sync-time-between-two-linux-servers.html