网络时间协议(Network Time Protocol)

安装

# sudo apt-get install ntp

官网下载:http://www.ntp.org/downloads.html

本地加速下载:http://download.csdn.net/download/zhangxuechao_/9861088

ntpd

配置文件:

# vi /etc/ntp.conf

ntpdate

更新失败:

# sudo ntpdate cn.pool.ntp.org
4 Jun 22:33:39 ntpdate[10076]: the NTP socket is in use, exiting

解决办法:

# /etc/init.d/ntp stop
# sudo ntpdate cn.pool.ntp.org
4 Jun 22:39:19 ntpdate[10240]: step time server 173.255.246.13 offset 2075762.306339 sec
# /etc/init.d/ntp start

ntpd和ntpdate的区别

ntpd不仅仅是时间同步服务器,还可以做客户端与标准时间服务器进行同步时间,而且是平滑同步;而ntpdate立即同步

最新文章

  1. LeetCode:Gray Code(格雷码)
  2. Erlang第一课----基本变量
  3. Launchpad添加openPGP keys
  4. libswscale图像格式转换与放大缩小
  5. Html笔记(十)XHTML XML
  6. Qt入门(5)——用Qt控件创建一个电话本界面
  7. RH033读书笔记(12)-Lab 13 Finding and Processing Files
  8. Linux 中 sudo、su命令
  9. Python 之 hello world
  10. 亲密接触Redis-第一天
  11. Numbers
  12. 自定义 Git - 配置 Git
  13. freemarker中对null值问题的处理
  14. input radio 与label文字对齐
  15. Yii CDbCriteria 常用方法
  16. US Customs bond DDP 船运
  17. [How to] 使用HBase协处理器---Endpoint服务端的实现
  18. 执行Shell脚本的4种方法及区别介绍(转)
  19. Java之Undeclared Checked Exception
  20. linux 查看cpu相关信息命令

热门文章

  1. Eclipse中修改某个java项目的jdk版本【我】
  2. 37 Flutter仿京东商城项目 结算页面布局
  3. 【417】一条语句编译并执行C语言
  4. python 递归和匿名函数
  5. 如何配置docker仓库
  6. todolist形式的搜索框,分开组件写的,点击上下键时,框内显示当前选中的内容
  7. 逆天的flexbox布局
  8. FineReport做成之后如何在Tomcat上运行
  9. 工作总结---CTO(张王岩)的笔记--
  10. [转帖]前端 crypto-js aes 加解密