首页 > 其他 > 详细

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

时间:2014-06-28 14:42:57      阅读:296      评论:0      收藏:0      [点我收藏+]

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时钟同步服务

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!