Linux serverNETWORK ADMINISTRATIONS

CentOS 8 Server – #3 Setting NTP Client (Chrony)

Chrony is an implementation of the Network Time Protocol. It’s a replacement for the ntpd, which is a reference implementation of the NTP. It runs on Unix-like operating system and is released under the GNU GPL v2.

Install chrony
$ sudo dnf install chrony
$ sudo systemctl start chronyd
$ sudo systemctl enable chronyd
$ sudo systemctl status chronyd

Reference
— https://www.tecmint.com/install-chrony-in-centos-ubuntu-linux/

source

centos 8

Leave a Reply

Your email address will not be published. Required fields are marked *