|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!linux下同步工夫,最少有两种***:
rdate,ntpdate两种。centos最小化装置默许不装置,先确认已装置过,不然先装置。
个中rdate自己是用来猎取近程工夫办事器上工夫用的,带上-s参数,就能够将猎取到的工夫使用到当地体系。- NAMErdate-getthetimeviathenetworkSYNOPSISrdate[-p][-s][-u][-l][-tsec][host...]DESCRIPTIONrdateconnectstoanRFC868timeserveroveraTCP/IPnetwork,printingthereturnedtimeand/orsettingthesystemclock.OPTIONS-pPrintthetimereturnedbytheremotemachine.-sSetthesystemtimetothereturnedtime.-uUseUDPinsteadofTCPasthetransport.-lUsesyslogtooutputerrors(cron.warning)andoutput(cron.info).-tSettimeoutinsecondsforeveryattempttoretreivedate.
复制代码 rdate-stime.nist.gov
ntpdate自己就是用来同步工夫的工具。
示例:ntpdatentp.sjtu.edu.cn- NAMEntpdate-setthedateandtimeviaNTPDisclaimer:Thefunctionalityofthisprogramisnowavailableinthentpdprogram.Seethe-qcom-mandlineoptioninthentpd-NetworkTimeProtocol(NTP)daemonpage.Afterasuitableperiodofmourning,thentpdateprogramistoberetiredfromthisdistributionSYNOPSISntpdate[-46bBdqsuv][-akey][-eauthdelay][-kkeyfile][-oversion][-psamples][-ttimeout][-Uuser_name]server[...]DESCRIPTION[略,详细参看linuxman手册]
复制代码 日期工夫办事器
同步工夫,就必需偶然间办事器。一般情形下,我们完整没需要本人搭建,利用大众的工夫办事就能够。
参看国际经常使用NTP办事器地点及IPhttp://www.douban.com/note/171309770/
个中国度授时中央的仿佛不克不及用,保举利用上海交年夜ntp办事ntp.sjtu.edu.cn或美国授时中央time.nist.gov
上代码,拷了就能够用
rdate-stime.nist.gov
ntpdatentp.sjtu.edu.cn
能够加到crontab里准时实行。
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们! |
|