美文网首页
Ubuntu系统设置时区时间

Ubuntu系统设置时区时间

作者: 催化剂 | 来源:发表于2022-08-04 08:46 被阅读0次

查看当前时间状态及timedatectl/timesyncd的配置信息:

timedatectl status

安装时钟服务

apt install chrony

参考地址:

1、https://blog.csdn.net/weixin_44109450/article/details/124259338
2、https://blog.csdn.net/weixin_35804181/article/details/125778648

1、首先输入

date -R

查看当下系统时间是否一致。

2、设置时区,亚洲/上海

timedatectl set-timezone Asia/Shanghai

3、设置时区时间格式

第一行是日期格式,第二行是时间格式

sudo date -s MM/DD/YY

sudo date -s hh:mm:ss

4、将当前时间写入BIOS避免重启之后失效

sudo hwclock --systohc

5、再次查看日期是否更改成功

date -R

6、如图所示即为成功

相关文章

网友评论

      本文标题:Ubuntu系统设置时区时间

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