Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # timedatectl list-timezones
- ##*** Grep possible Asian timezones ***##
- # timedatectl list-timezones | grep Asia
- ## 列出可用的时区 (传统用法)
- # ln -s /usr/share/zoneinfo
- ## 修改时区,参数来自于上面的输出
- # timedatectl set-timezone America/Chicago
- ## 打开或禁用ntp
- # timedatectl set-ntp 0
- # timedatectl set-ntp 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement