Posts Tagged ‘hwclock’

[Linux] Linux同步时间

2009.7 5

Linux服务器的时间不是太准,就同步下时间: 0 0 * * * /usr/sbin/ntpdate time.nist.gov&& /usr/sbin/hwclock -w 太简单了,只用两个命令就搞定了。!^_^ 或者是 ntpdate -u pool.ntp.org 上面的服务器好像是不管用了。 ps: 我好不容易写的那么多 Read the rest of this entry