KVM的VPS主机在Centos6.x下修改系统时间
显示系统时间
1 # date "+%Y-%m-%d %H:%M:%S"
修改系统时区
1 # cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
同步系统时间
1 # yum install -y rdate
1 # rdate -s time-b.nist.gov
显示系统时间
1 # date "+%Y-%m-%d %H:%M:%S"
修改系统时区
1 # cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
同步系统时间
1 # yum install -y rdate
1 # rdate -s time-b.nist.gov