修改linux系统时间和同步
时间:2023-12-30 06:50:58
来源:网络
浏览:133次
date 查看当前时间 date -s 15:14:13 修改时间 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 修改时区 yes crontab -e 编写计划任务 */3 * * * * ntpdate 0.rhel.pool.ntp.org && hwclock -wESC后wq yum -y install ntpdate* 安装ntpdate服务