From the course: LPIC-1 Exam 102 (Version 5.0) Cert Prep

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install and start chrony

Install and start chrony - Linux Tutorial

From the course: LPIC-1 Exam 102 (Version 5.0) Cert Prep

Start my 1-month free trial

Install and start chrony

- [Instructor] The Chrony server and client should already be installed by default but to be sure open a terminal and type sudo space yum space install space dash Y space chrony and hit Enter. Type in your password if prompted. This will not hurt anything if it's already installed. After making sure Chrony is installed we need to make sure the service is running. To check the status, let's use system CTL. Type in clear and then type in sudo space systemctl space status space chronyd and hit Enter. This shows our Chronyd server status. If yours is not running you'll want to start it by typing in sudo space systemctl space start space chronyd and hit Enter. And to make it start automatically at boot, we'd enable it. Type in sudo space systemctl space enable space Chronyd and hit Enter. Again this won't hurt anything if it's already running and persistent, now Chronyd will start when the system boots up. The Chrony package…

Contents