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
本文介绍如何通过使用root用户登录并利用yum安装NTP服务的方法来同步系统时间。具体步骤包括安装NTP软件包、设置NTP服务启动、与NTP服务器进行时间同步以及启动NTP服务。
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
2583

被折叠的 条评论
为什么被折叠?