NTP: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to 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 19: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.