命令简介
ntpddate 命令用于使用网络计时协议(NTP)设置日期和时间。还可以用于同步时间,此命令需要具备root管理员权限才可执行。
[root@centos7~]#ntpdate -bash:ntpdate:commandnotfound [root@centos7~]#yuminstallntpdate-y 语法格式
ntpdate [ -b] [ -d] [ -s] [ -u] [ -aKeyid] [ -eAuthenticationDelay] [ -kKeyFile] [ -oVersion] [ -pSamples] [ -tTimeOut] Server...
选项说明
-aKeyid#使用Keyid来认证全部数据包 -b#通过调用settimeofday子例程来增加时钟的时间 -d#指定调试方式 -eAuthenticationDelay#指定延迟认证处理的时间秒数。 -oVersion#指定使用的NTP版本实现 -pSamples#指定从每个服务器获取的样本的数目 -s#指定日志操作 -tTimeOut#指定等待响应的时间 -u#指定使用无特权的端口发送数据包 应用举例
同步时间
[root@centos7~]#date SunMar2813:09:22EDT2021 [root@centos7~]#ntpdate0.centos.pool.ntp.org 28Mar23:11:13ntpdate[5516]:steptimeserver182.92.12.11offset36090.505486sec [root@centos7~]#date SunMar2823:11:21EDT2021 [root@centos7~]#ntpdate0.centos.pool.ntp.org 28Mar23:11:55ntpdate[5519]:steptimeserver182.92.12.11offset-0.722305sec [root@centos7~]#ntpdateasia.pool.ntp.org;hwclock-w 28Mar23:12:28ntpdate[5520]:adjusttimeserver133.243.238.163offset-0.013789sec 原文地址:https://mp.weixin.qq.com/s/_Dxrgn7-VGVZbR9bWJ4Ogw