Linux修改系统时间为东八区北京时间(上海时间) 发表于 2021-01-21 | 分类于 ---Linux | 参考:Linux修改系统时间为东八区北京时间(上海时间) Linux的时间分为 System Clock(系统时间)和 Real Time Clock(硬件时间,简称RTC)。系统时间:指系统内核中的时间。硬件时间:指主板上的时间。 1234567891011121314151617# 查看时间datehwclock# 同步上海时间rm -rf /etc/localtime ; ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime# 同步阿里服务器时间yum -y install ntp ntpdatentpdate ntp1.aliyun.com# 软硬时间同步/sbin/hwclock --systohc# 再次查看date hwclock