读书人

装配和配置centos时钟同步服务

发布时间: 2013-05-02 09:39:29 作者: rapoo

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

Procedure

Login as the root user

Type the following command to install ntp
# yum install 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

读书人网 >操作系统

热点推荐