centos7修改系统时间

1.  安装ntpdate工具网络 # yum -y install ntp ntpdate工具 2.  设置系统时间与网络时间同步同步 # ntpdate cn.pool.ntp.orgdate 3.  将系统时间写入硬件时间硬件 # hwclock --systohcyum 4.强制系统时间写入CMOS中防止重启失效时间 # hwclock -w 系统 或# clock -w  
相关文章
相关标签/搜索