hinas系统时间不对怎么修改,谢谢!!
搜索 改为中国时区,具体我忘了
首先查看时区 date -R 若时区不对,则需要更改时区。指令为: cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 再次检查时区: date -R
安装NTP服务:sudo apt-get install ntp。 启动NTP服务:sudo systemctl start ntp。 设置NTP服务开机自启:sudo systemctl enable ntp。 如有配置修改/etc/ntp.conf,重启NTP服务:sudo systemctl restart ntp。 检查NTP同步状态:ntpq -p。