Linux

centos安装ntp客户端

#tzselect
更换时区

yum install ntp

crontab -e
0 3 * * * /usr/sbin/ntpdate 0.north-america.pool.ntp.org

留言