FILL BLANK - The system's timezone may be set by linking /etc/localtime to an appropriate file in which directory? (Provide the full path to the directory, without any country information)
The system's timezone is typically set by linking /etc/localtime to an appropriate file in the /usr/share/zoneinfo/ directory.
In the /usr/share/zoneinfo/ directory, you will find a hierarchy of directories and files that define the various time zones available on your system. To set the system's timezone, you create a symbolic link from /etc/localtime to the appropriate file in this directory.
For example, to set the timezone to US/Pacific, you would run the following command:
ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime
This sets up a symbolic link from /etc/localtime to /usr/share/zoneinfo/US/Pacific, which is the file that defines the Pacific Time Zone. The -sf option specifies to create a symbolic link, and to force the creation of the link even if the target file already exists.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-104 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
2 years, 2 months ago