Linux:使用ntpdate命令同步更新系统时间
Linux操作系统:理解命令行,学会使用Shell脚本 #生活技巧# #工作学习技巧# #编程语言学习路径#
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
转发微博 https://blog.csdn.net/weixin_44498318/article/details/115334760
网址:Linux:使用ntpdate命令同步更新系统时间 https://www.yuejiaxmz.com/news/view/120483
相关内容
从开发者角度入门Linux世界资料整理=Linux介绍+Ubuntu系统安装(视频+文字)Ubuntu系统和隐私清理工具汇总
中标麒麟linux系统安装打印机
Linux系统编程之Vim使用小技巧
电脑使用小窍门
自学黑客的11个步骤
Linux学习进阶路线图
成为一名厉害的黑客,必须知道的12个步骤(超详细),看这一篇就够了!
关于技嘉主板使用win10操作系统关机自动重启的一种解决办法。其他厂家主板也可以尝试一下此方法。...
成为一名厉害的黑客,必须知道的12个步骤,黑客入门