Linux:使用ntpdate命令同步更新系统时间

本文介绍了如何在Linux系统中安装和使用ntpdate进行网络时间同步,包括基本命令用法、通过crontab设置定时同步,并列举了国内外常用的NTP服务器。同时关注了如何处理防火墙问题和选择合适的服务器。
摘要由CSDN通过智能技术生成

1、安装ntpdate

yum install ntpdate -y

转者注:以Ubuntu为例的Debian系统安装命令如下apt-get install ntpdate

ntpdate简单用法:

# ntpdate ip
# ntpdate cn.pool.ntp.org 

2、date命令

date :查看当前时间,结果如下:Tue Mar 4 01:36:45 CST 2014
date -s 09:38:40 :设置当前时间,结果如下:Tue Mar 4 09:38:40 CST 2014

3、ntpdate命令

ntpdate -u cn.pool.ntp.org  :网络时间同步命令

注意:若不加上-u参数, 会出现以下提示:no server suitable for synchronization found

-u:从man ntpdate中可以看出-u参数可以越过防火墙与主机同步;

4、ntp常用服务器

国内:

cn.pool.ntp.org  中国开源免费NTP服务器
ntp1.aliyun.com 阿里云NTP服务器
ntp2.aliyun.com 阿里云NTP服务器
time1.aliyun.com 阿里云NTP服务器
time2.aliyun.com 阿里云NTP服务器

国外:

time1.apple.com 苹果NTP服务器
time2.apple.com 苹果NTP服务器
time3.apple.com 苹果NTP服务器
time4.apple.com 苹果NTP服务器
time5.apple.com 苹果NTP服务器
time1.google.com 谷歌NTP服务器
time2.google.com 谷歌NTP服务器
time3.google.com 谷歌NTP服务器
time4.google.com 谷歌NTP服务器
pool.ntp.org 开源免费NTP服务器

5、加入crontab

echo "*/20 * * * * /usr/sbin/ntpdate -u ntp1.aliyun.com >/dev/null &" >> /var/spool/cron/root

转者注:双引号内指令分别代表min hour dom mon dow user command,更多关于crontab可参考【Linux:crontab 定时任务】


版权声明

本文转自:https://www.cnblogs.com/luchuangao/p/7795293.html

Linux中配置ntpdate时间同步可以按照以下步骤进行: 1. 首先,安装ntpdate工具。你可以使用以下命令Linux上安装ntpdate: ``` yum install ntpdate ``` 2. 安装完成后,你可以使用以下命令来手动同步时间: ``` ntpdate <NTP服务器地址> ``` 其中,<NTP服务器地址>是你希望同步时间NTP服务器的地址。 3. 如果你希望定期自动同步时间,你可以使用crontab来设置定时任务。打开终端并输入以下命令: ``` crontab -e ``` 4. 在打开的文件中,添加以下行来设置定时任务: ``` */5 * * * * /usr/sbin/ntpdate <NTP服务器地址> ``` 这个例子中的*/5表示每5分钟执行一次时间同步操作。 5. 保存并关闭文件。现在,定时任务已经设置好了,系统会自动使用ntpdate工具同步时间。 需要注意的是,ntpdatentpd在更新时间时有一些区别。ntpdate是一个单次的时间同步工具,而ntpd则是一个持续运行的时间同步服务器。在生产环境中,建议使用ntpd进行时间同步,因为它可以平滑地同步时间。而ntpdate则不建议在生产环境中使用,因为它会立即同步时间,可能会引起时间的不稳定性。另外,ntpd与ntpdate不能同时运行。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [配置NTP时间同步Linux](https://blog.csdn.net/m0_68431045/article/details/128335237)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *3* [Linux-ntpdate同步更新时间](https://download.csdn.net/download/weixin_38557727/14069735)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值