标签:pre com string keyword ras 服务器 时区 info inf
rm -rf /etc/localtime #删除当前默认时区www.kwx.gd
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#复制替换默认时区为上海
date -s ‘09:16:00 2013-01-21‘
yum install -y ntp #安装时间同步服务(组件)
ntpdate asia.pool.ntp.org #设置同步服务器,asia.pool.ntp.org是台警大授时中心(台湾)
date #查看当前时间www
标签:pre com string keyword ras 服务器 时区 info inf
原文地址:https://www.cnblogs.com/michaelcnblogs/p/12243062.html