如果你使用yum install ntp命令安装ntp之后,使用这个命令ntpdate pool.ntp.org
会有如下提示18 Mar 22:40:12 ntpdate[1441]: no server suitable for synchronization found
解决办法命令行输入service ntpd start回车
会看到Starting ntpd: [ OK ]
然后再使用service ntpd status回车
看到ntpd (pid 1211) is running...
这个时候再使用这个命令service ntpd start回车
会看到18 Mar 22:53:11 ntpdate[1230]: the NTP socket is in use, exiting
是不是很简单