10.4.11 System Time Configuration
Your system time is over thirty minutes different than the time on the NTP time provider. When you use the ntpd command, the time is not updated. Which ntpd option should you include?
-g
Which hwclock option sets the system time to the current hardware clock time?
-s
You need to set the system date and time using the date command. Which date option should you use?
-s
For what purpose would you edit the /etc/localtime file?
Set the current time zone.
You need to set the hardware clock to the same value as the system clock. Which command should you use?
hwclock -w
Which of the following commands will set the system time to match the time server on the network at 192.168.1.10?
netdate 192.168.1.10
Which of the following represent a cluster of NTP time providers?
pool.ntp.org
You want to configure the NTP daemon to receive time from pool.ntp.org. What entry should you place in the /etc/ntp.conf file?
server pool.ntp.org
You are using a systemd-based Linux system and have made changes in the /etc/ntp.conf file. Which of the following commands should you use to implement these changes?
systemctl restart ntpd
Which commands can you use to change the time zone (TZ) environment variable? (Select two.) Answer time
tzconfig tzselect
