查看和修改Linux的时区
查看当前时区
命令:date -R
修改设置Linux的是时区
命令:tzselect
在Ubuntu下图形修改命令:sudo dpkg-reconfigure tzdata
系统配置文件为
/etc/localtime
(此文件可能为链接文件)
查看和修改Linux的时间
查看日期和时间
命令:date
修改日期和时间
例如:
设置系统日期为2019年08月27日
命令:date -s 08/27/2019
设置系统时间为下午2点11分
命令:date -s 14:11:10
也可以一起:date -s 08/27/2019 14:11:10
将当前时间和日期写入BIOS,避免重启后失效
命令: hwclock -w
注:
cal 不加参数可以直接看本月月历
另外在Ubuntu下可以使用如下命令:
timedatectl
timedatectl list-timezones
timedatectl set-local-rtc
timedatectl set-ntp
timedatectl set-time
timedatectl set-timezone
timedatectl status
设置时间/日期
timedatectl set-time 15:58:10
timedatectl set-time 2019-08-21
timedatectl set-time '15:58:10 2019-08-21'