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