命令行方式调整UBUNTU TIME ZONE
How to adjust the time zone in command lines?
#vi /etc/default/rcS
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=yes (change to no)
#ntpdate stdtime.gov.hk(the time server address you can search from Google)
#hwclock -w (change hardware time set)
done!
没有评论:
发表评论