linux 时间定时同步 一: cd /etc/cron.daily 二: vi timeupdate cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ntpdate ntp.ubuntu.com 三:chmod +x ./timeupdate (注要安装ntpdate yum -y install ntpdate)