逐渐老去的IT菜鸟 Rotating Header Image

Posts Tagged ‘ntp服务器’

Debian下的时间同步

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 国...