CH 9-System Time Flashcards

(17 cards)

1
Q

/etc/chrony.conf

A

The configuration file that controls chronyd.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

/etc/ntp.conf

A

The configuration file for setting up the ntpd daemon as either an NTP client or server. The NTP package provides a default configuration which makes the system behave as a NTP client. If the system has access to the Internet, this file should be configured automatically to use three NTP servers from the ntp.org domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

chronyc

A

the chronyc program is used to interface with chronyd via the command line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

hwclock

A

Command used by the root user to update and query the hardware clock.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ntpd

A

The NTP daemon that sets and updates the system time in synchronization with one or more reference time servers. This demon sends messages to and receives messages from preconfigured servers at certain intervals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

pool.ntp.org

A

The pool.ntp.org domain is a virtual cluster of time servers providing NTP service to systems across the globe. The default server entries in the /etc/ntp.conf file refer to a set of servers which are randomly updated every hour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

timedatectl

A

Systems using systemd as their init-system use the timedatectl command to view and control time on the system. Running the timedatectl command without any arguments shows the current time and the time settings for the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The battery-powered clock, which keeps time when the system is shut down, is known as the:
Hardware clock
System clock
Base clock
Battery time

A

Hardware clock

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When the Linux computer was shut down, the system clock indicated 11:30:17. What will be the time of the hardware clock immediately after shutdown?
Hardware clock will show UTC time
Local time
11:30:17
Varies from time zone to time zone

A

11:30:17

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The date command can only show the time in 0-23 hour format.
True or False?
True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The precision provided by NTP is on the order of:
1 millisecond
1 second
1 hour
Tens of millionths of a second

A

Tens of millionths of a second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Instead of running ntpd as a daemon, the administrator wants to run it as a foreground process. Which of the following options should be used?
-c
-q
-g
-n

A

-n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The ____________ command is used to query NTP and monitor the performance of the ntpd daemon.
ntpq
clock
performance
ntpque

A

ntpq

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Two NTP servers are used by ntpd; one runs Stratum-2 clock while the other uses Stratum-4. Which one is considered to be more accurate?
Both are equally accurate
Stratum-2
Stratum-4
It is impossible to tell by the Stratum number

A

Stratum-2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The _______________ domain is a virtual cluster of time servers providing NTP service to systems across the globe.
ntp.pool.org
time.com
pool.ntp.org
pool.ntp.net

A

pool.ntp.org

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The timesync-status argument is used with the timedatectl command to show the current status of synchronization with the NTP time source.
True or False?
True
False

17
Q

The /etc/chrony.conf file can specify which NTP pool to use.
True or False?
True
False