Difference between revisions of "NTP"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with " ==Test NTP Service from Linux CLI== sudo apt install ntpdate ntpdate -q time.google.com Installs the utility. The -q command switch tells ntpdate not to sync the system c...")
(No difference)

Revision as of 21:02, 13 September 2020

Test NTP Service from Linux CLI

sudo apt install ntpdate
ntpdate -q time.google.com

Installs the utility. The -q command switch tells ntpdate not to sync the system clock, only show results of query as well as it compares to your system clock.