1,查看当前时间
[root@centos6 ~]# date
2018年 02月 01日 星期四 15:41:12 CST
- 然而现实的时间已经是2018年3月27日了
2,安装ntp
[root@centos6 ~]# yum install ntp
3,校时
[root@centos6 ~]# ntpdate cn.pool.ntp.org
27 Mar 23:01:38 ntpdate[3958]: step time server 85.199.214.100 offset 4691805.578379 sec
4,再次查看时间发现已经改过来了
[root@centos6 ~]# date
2018年 03月 27日 星期二 23:01:41 CST