侧边栏壁纸
博主头像
学海无涯博主等级

有疑问可发邮件[email protected]

  • 累计撰写 326 篇文章
  • 累计创建 85 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

Linux系统更改系统时区

利刃
2019-01-02 / 0 评论 / 0 点赞 / 6 阅读 / 844 字
温馨提示:
本文最后更新于 2024-08-13,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

查看当前所在时区:

[root@monitor ~]# ll /etc/localtime
lrwxrwxrwx 1 root root 35 1月 2 10:35 /etc/localtime -> ../usr/share/zoneinfo/Europe/London [root@monitor ~]#

查看时区列表:

[root@monitor ~]# timedatectl list-timezones  | grep Shanghai
Asia/Shanghai

更改当前时区:

[root@monitor ~]# timedatectl set-timezone Asia/Shanghai

2019年1月2日10:40:53

0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区