Multiple choice technology operating systems

Which command uses NTP to keep the local system clock in sync with other nodes on the network

  1. /usr/sbin/ntpsync

  2. /usr/sbin/ntpdate

  3. /usr/sbin/ntpscan

  4. /usr/sbin/ntpd.conf

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The ntpdate command is used to synchronize the local system clock with a remote NTP server. ntpsync and ntpscan are not standard commands, and ntpd.conf is a configuration file not a command.