linux 服务器自动校时

yum install ntp

// 编辑定时器
crontab -e
// 1分钟校时一次
*/1 * * * * /usr/sbin/ntpdate -u ntp.ntsc.ac.cn
// 查看定时器列表
crontab -l

你可能感兴趣的:(服务器,linux,运维)