**
与时间有关的命令:
**
输出和更改日期时间:date(软件、系统时间)
更改日期的格式 月日时分年.秒
date -s “” ‘’ 单双引号都适用
date -s 只有root才能设置,其它只能查看
date -s 20160813 日期为20160813,时间为00:00:00
date -s 01:01:01 设置具体时间,不会对日期做更改
date -s “01:01:01 2016-08-13″ 设置全部时间
date -s “01:01:01 20160813″ 设置全部时间
date -s “2016-08-13 01:01:01″ 设置全部时间