设置Linux系统时间为北京时间删除自带的localtimebashrm -rf /etc/localtime 创建软链接到localtimebashln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 查看时间bashdate