## Linux系统时间同步服务软件yum install ntpdate## 让当前服务器同步到网络时间,从而来更新当前服务器的时间。ntpdate cn.pool.ntp.orgntpdate 0.centos.pool.ntp.org## 修改时区rm /etc/localtimeln -s ../usr/share/zoneinfo/Asia/Shanghai /etc/localtime## 查看当前时间date## Linux硬件时间同步hwclock -whwclock --hctosyshwclock
