天天學一個 Linux 命令(96):ntpdate

命令簡介

ntpddate 命令用於使用網絡計時協議(NTP)設置日期和時間。還能夠用於同步時間,此命令須要具有root管理員權限纔可執行。centos

[root@centos7 ~]# ntpdate
-bash: ntpdate: command not found
[root@centos7 ~]# yum install ntpdate -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          #指定使用無特權的端口發送數據包

應用舉例

同步時間bash

[root@centos7 ~]# date
Sun Mar 28 13:09:22 EDT 2021
[root@centos7 ~]# ntpdate 0.centos.pool.ntp.org
28 Mar 23:11:13 ntpdate[5516]: step time server 182.92.12.11 offset 36090.505486 sec
[root@centos7 ~]# date
Sun Mar 28 23:11:21 EDT 2021
[root@centos7 ~]# ntpdate 0.centos.pool.ntp.org
28 Mar 23:11:55 ntpdate[5519]: step time server 182.92.12.11 offset -0.722305 sec
[root@centos7 ~]# ntpdate asia.pool.ntp.org;hwclock -w
28 Mar 23:12:28 ntpdate[5520]: adjust time server 133.243.238.163 offset -0.013789 sec
相關文章
相關標籤/搜索