NTP

From Free Knowledge Base- The DUCK Project
Revision as of 19:02, 13 September 2020 by Littleguy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.