CompTIA
XK0-005 · Question #1862
A systems administrator engineer wants to configure a Linux server's time zone to America/Chicago. The engineer verifies that the server's time zone is configured for Asia/Tokyo: Which of the…
The correct answer is D. timedatect1 set-timezone America/Chicago. The timedatectl utility manages system time settings under systemd; using its set-timezone command updates the server’s timezone to America/Chicago.
System Management
Question
A systems administrator engineer wants to configure a Linux server's time zone to America/Chicago. The engineer verifies that the server's time zone is configured for Asia/Tokyo: Which of the following commands should the engineer execute to make this change?
Options
- Adate configure -set-timezone America/Chicago
- Bset-timezone -config America/Chicago
- Ctime date set America/Chicago
- Dtimedatect1 set-timezone America/Chicago
How the community answered
(50 responses)- B4% (2)
- C2% (1)
- D94% (47)
Explanation
The timedatectl utility manages system time settings under systemd; using its set-timezone command updates the server’s timezone to America/Chicago.
Topics
#Linux administration#Time management#timedatectl#Server configuration
Community Discussion
No community discussion yet for this question.