- 显示系统时间? date ? ?date 月日时分年.秒
- 显示硬件时间 clock?
clock,hwclock: 显示硬件时钟
-s, --hctosys 以硬件时钟为准,校正系统时钟
-w, --systohc 以系统时钟为准,校正硬件时钟
- ?ll /etc/localtime? ?//显示时区信息? ?//centos 7&8
-
- cat /etc/timezone? ? //显示时区信息? //Ubuntu
- cat /etc/sysconfig/clock? //显示时区信息//centos6
- 列出时区列表 //使用命令? ? timedatectl ?list-timezone? ?
-
timedatectl set-timezone Asia/Shanghai? ? ?//更改时区为亚洲上海 centos 6以上支持
- 查看日历? cal? +月 +年
linux 系统时间管理
原文:https://blog.51cto.com/u_14418718/2942117