如果你使用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
是不是很簡單
