date "+%Y-%m-%d %H:%M:%S"
打印当前时间
date +%w
打印星期几
date -d "+10 days" "+%Y-%m-%d %H:%M:%S"
date -d "-2 years" "+%Y-%m-%d %H:%M:%S"
日期的加减
date +%F 2018-10-2
date +%T 11:22:34
ntpdate同步服务器时间
ntpdate安装
yum -y install ntpdate
手工同步网络时间,执行以下命令,将从time.nist.gov同步时间
ntpdate 0.asia.pool.ntp.org
若上面的时间服务器不可用,也可以选择以下服务器同步时间
time.nist.gov
time.nuri.net
0.asia.pool.ntp.org
1.asia.pool.ntp.org
2.asia.pool.ntp.org
3.asia.pool.ntp.org
系统时间同步到硬件,防止系统重启后时间呗还原
hwclock --systohc