(1)date -d ‘2 days ago’ (功能描述:显示前两天时间【数字可以改动】)
(2)date -d ‘-2 days ago’ (功能描述:显示后天时间【数字可以改动】)
显示前两天时间
显示后天时间
date -s 字符串时间
改完时间后,想再把时间改回来需要用ntpdate,如果没有的话,需要先下载(yum install ntpdate -y),一般情况是都有的
注意:若不加上-u参数, 会出现以下提示:no server suitable for synchronization found(-u:从man ntpdate中可以看出-u参数可以越过防火墙与主机同步)
cn.pool.ntp.org 中国开源免费NTP服务器
time1.aliyun.com 阿里云NTP服务器
time2.aliyun.com 阿里云NTP服务器
ntp1.aliyun.com 阿里云NTP服务器
ntp2.aliyun.com 阿里云NTP服务器
time1.apple.com 苹果NTP服务器
time2.apple.com 苹果NTP服务器
time3.apple.com 苹果NTP服务器
time4.apple.com 苹果NTP服务器
time5.apple.com 苹果NTP服务器
time1.google.com 谷歌NTP服务器
time2.google.com 谷歌NTP服务器
time3.google.com 谷歌NTP服务器
time4.google.com 谷歌NTP服务器
pool.ntp.org 开源免费NTP服务器
详细的请看我之前发的博客
linux常用命令下http://t.csdn.cn/GxoRC
linux常用命令中http://t.csdn.cn/RcRoo
linux常用命令上http://t.csdn.cn/Kb5cL