Heim >php教程 >php手册 >Linux自动校正时间命令详解

Linux自动校正时间命令详解

WBOY
WBOYOriginal
2016-06-13 12:48:23952Durchsuche

本文章来给大家详细介绍关于Linux自动校正时间命令详解,各位有需要了解学习的同学不防进入参考。

实例

 代码如下 复制代码

yum install ntpdate
 
ntpdate cn.pool.ntp.org
 
crontab -e
00 12 * * * /sbin/ntpdate cn.pool.ntp.org

多台服务器同步

先在两台主机上查看time服务是否打开 chkconfig –list time 如果显示为off则 chkconfig time on 打开time服务

 代码如下 复制代码

00 0 1 * * root rdate -s 10.35.60.64

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn