Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A Linux administrator was informed that the server time zone is incorrect. Which of the following commands should the administrator use to correct the time zone?
Correct Answer: A
In modern Linux distributions using systemd, the correct way to change the system time zone is by using the timedatectl command: cpp CopyEdit timedatectl set-timezone <TimeZone> For example, to set the time zone to America/New_York, the command would be: cpp CopyEdit timedatectl set-timezone America/New_York * Why the other options are incorrect? * B. systemd-timezone set Asia/Tokyo # Incorrect, as there is no systemd-timezone command in Linux. * C. systemctl configure-timezone Africa/Nairobi # Incorrect, systemctl does not have a configure- timezone option. * D. tzconfig configure Europe/London # Incorrect, tzconfig was used in older Debian-based systems, but it has been deprecated in favor of timedatectl. References: * CompTIA Linux+ Official Documentation * timedatectl Documentation - Red Hat