Linux 时间同步


修改完成就能时间同步了显示24小时制

yum install -y ntpdate
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate -u ntp.ntsc.ac.cn
hwclock --systohc