摘要:
# date // 查看系统时间 #hwclock // 查看硬件时间 # yum -y install ntp ntpdate 安装ntpdate工具 # ntpdate cn.pool.ntp.org 设置系统时间与网络时间同步 # hwclock --systohc 将系统时间写入硬件时间 timedatectl # 查看系统时间方面的各种状态 timedatectl lis... 阅读全文
posted @ 2019-07-02 11:49
kevin_ying
阅读(1009)
评论(0)
推荐(0)