1、將系統時區改成上海時區
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2、寫個腳本
ntp.cron
#!/bin/bash
/usr/sbin/ntpdate ntp.fudan.edu.cn | logger -t NTP
將該腳本 放到/etc/cron.daily 這個目錄中
即可實現每天自動同步時間
ntp.fudan.edu.cn 為復旦大學的網絡時間服務器 國內用戶建議使用
http://xxxxxx/Linuxjc/1134378.html TechArticle