知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

centos使用ntp保持时间同步

发布时间:2014-09-05 15:18:28作者:知识屋

centos使用ntp保持时间同步
 
01  www.zhishiwu.com  
# 安装并启动ntp
02
yum install ntp
03
chkconfig ntpd on
04
ntpdate pool.ntp.org
05
service ntpd start
06
 
07
# 修改时区  www.zhishiwu.com  
08
ln -s /usr/share/zoneinfo/<Zone>/<SubZone> /etc/localtime
09
# 如果 /etc/localtime 已经存在,可以先删除
10
rm -rf /etc/localtime
11
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜