校正centos服务器时间

2022/8/16 5:26:16

本文主要是介绍校正centos服务器时间,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

1、安装NTP

sudo yum -y install ntp
1
2、使用 ntpdate 测试 NTP

ntpdate pool.ntp.org
1
3、查看服务器时间

date
1
4、启动ntpd daemon,持续校准时间

systemctl start ntpd
1
5、查看ntpd daemon是否启动

[[email protected] ~]# systemctl status ntpd
ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; disabled; vendor preset: disabled)
Active: active (running) since Mon 2017-09-11 15:37:23 CST; 1h 49min ago
Process: 12142 ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 12143 (ntpd)
Memory: 624.0K
CGroup: /system.slice/ntpd.service
12143 /usr/sbin/ntpd -u ntp:ntp -g



这篇关于校正centos服务器时间的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程