Maintaining Accurate Time Flashcards

1
Q

What is the command to show date/time?

A

date

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

What is the command for time/date and NTP setting?

A

timedatectl (–help)

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

What is the command to view the list of time zones?

A

timedatectl list-timezones

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

What is the command to set a time zone?

A

timedatectl set-timezone America/New_York

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

What is the command to set time or time/date?

A

timedatectl set-time HH:MM:SS
timedatectl set-time ‘2021-08-18 20:15:50’

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

What is the command to enable NTP synchronization?

A

timedatectl set-ntp true

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

What is the purpose of chronyd?

A

Time synchronization

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

Where is the configuration file located for chronyd?

A

/etc/chrony.conf

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

Where is the log file for chronyd located?

A

/var/log/chrony

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

What is the program command for chronyd?

A

chronyc

you can use chronyc and then sources to check working ntp servers

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