CentOS同步时间
用date查看系统当前时间,date -R 可查看时区。
CentOS 同步时间由ntp服务提供,可以用"yum install ntp -y"安装.
装完后运行命令 ntpdate cn.pool.ntp.org同步时间,然后hwclock -w 更新ROM时间。
如果你觉得这篇文章对你有帮助或者使你有所启发,请点击右下角的推荐按钮,谢谢,:)
用date查看系统当前时间,date -R 可查看时区。
CentOS 同步时间由ntp服务提供,可以用"yum install ntp -y"安装.
装完后运行命令 ntpdate cn.pool.ntp.org同步时间,然后hwclock -w 更新ROM时间。