码迷,mamicode.com
首页 > 其他好文 > 详细

安装和配置CentOS时钟同步服务

时间:2014-06-28 14:45:54      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:os   art   c   type   安装      

Type the following command to install ntp:

# yum install -y ntp

Turn on service:

# chkconfig ntpd on

Synchronize the system clock with 0.pool.ntp.org server:

# ntpdate pool.ntp.org

Start the NTP:

# /etc/init.d/ntpd start

安装和配置CentOS时钟同步服务,布布扣,bubuko.com

安装和配置CentOS时钟同步服务

标签:os   art   c   type   安装      

原文地址:http://www.cnblogs.com/sourceforge/p/centos-ntp.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!