1,先安装ntpdate aptitude search ntpdate aptitude install ntpdate 2,加入作业,定时同步时间 # vi /etc/crontab # 加入以下命令,每天9:10系统自动校时 10 9 * * * root /usr/sbin/ntpdate cn.pool.ntp.org; /sbin/hwclock -w 国...
千里之行,始于足下,做好自己。
1,先安装ntpdate aptitude search ntpdate aptitude install ntpdate 2,加入作业,定时同步时间 # vi /etc/crontab # 加入以下命令,每天9:10系统自动校时 10 9 * * * root /usr/sbin/ntpdate cn.pool.ntp.org; /sbin/hwclock -w 国...