
服务器的时间同步网络时间的方法
1.安装ntpdate工具
yum -y install ntp ntpdate
2.设置系统时间与网络时间同步
ntpdate cn.pool.ntp.org
3.将系统时间写入硬件时间
hwclock --systohc
4.强制系统时间写入CMOS中防止重启失效
hwclock -w
或
clock -w
完成这四部服务器就是北京时间了
服务器的时间同步网络时间的方法
1.安装ntpdate工具
yum -y install ntp ntpdate
2.设置系统时间与网络时间同步
ntpdate cn.pool.ntp.org
3.将系统时间写入硬件时间
hwclock --systohc
4.强制系统时间写入CMOS中防止重启失效
hwclock -w
或
clock -w
完成这四部服务器就是北京时间了
作者:温文曦本文地址:https://www.wxnotes.com/blog/250.html发布于 2020-03-15
文章转载或复制请以超链接形式并注明出处文曦博客
还没有评论,来说两句吧...