美文网首页
linux 修改时区

linux 修改时区

作者: 9682f4e55d71 | 来源:发表于2018-03-20 10:48 被阅读4次
  1. 修改时区
mv /etc/localtime /etc/localtime.bk
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
  1. set the hardware clock to the current system time
hwclock -w
  1. 重启定时任务
service crond restart
service rsyslog restart

相关文章

网友评论

      本文标题:linux 修改时区

      本文链接:https://www.haomeiwen.com/subject/vquvqftx.html