centos ntpdate 时间同步
yum install ntpdate
ntpdate ntp.sjtu.edu.cn # 上海交大的 ntp 服务器
vi /etc/sysconfig/clock
ZONE="Asia/Shanghai"
UTC=false # 设置为false,硬件时钟不于utc时间一致
ARC=false
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate ntp.sjtu.edu.cn
/sbin/hwclock --systohc # 设置硬件时间和系统时间一致并校准
crontab -e
*/60 * * * * ntpdate ntp.sjtu.edu.cn # 每60分钟同步一次
打赏: 微信
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
Thanks for finally writing about >centos ntpdate 时间同步 - LukaChen Blog <Liked it!
非技术的路过。