Free LPI 102-500 Actual Exam Questions - Question 13 Discussion
(Provide the full path to the directory, without any country information)
The directory is definitely /usr/share/zoneinfo since that’s where all timezone files are stored. Linking /etc/localtime to any file inside that folder sets the system timezone correctly.
The question wants the directory without any country or region info, so it’s just the base folder that holds all the timezone data files. That’s definitely /usr/share/zoneinfo because the actual timezone files for different regions are stored inside subfolders there, but the parent directory is what you link from /etc/localtime. Linking directly to /usr/share/zoneinfo without specifying a region won’t set a proper timezone, but since the question excludes country info, that’s the correct directory to mention here.
The key part is the directory that holds all timezone files, which is /usr/share/zoneinfo. Even if you need a specific region later, that’s the main directory to link from /etc/localtime.
The link has to point somewhere inside /usr/share/zoneinfo since that’s where all the timezone files live. Even if not including the region, that base directory is the correct one to mention here.
It’s definitely /usr/share/zoneinfo since that’s where all timezone data lives, even if you have to pick a specific region inside it later. The question asks for the directory without country info, so that fits.
The question just wants the base dir, so /usr/share/zoneinfo fits best.
The main standard path is /usr/share/zoneinfo, no regional folder needed.
I agree that /usr/share/zoneinfo is the right directory here. Another way to confirm this is by looking at how the system manages timezones: /etc/localtime is a symlink to a file in the zoneinfo database, and that’s always under /usr/share/zoneinfo. Other directories like /etc or /usr/local don’t hold the timezone data files themselves, so they’re not valid targets for the link. So, sticking with /usr/share/zoneinfo makes the most sense for setting the system timezone correctly.
I’m with you on /usr/share/zoneinfo being the main directory. The question wants the base path, so no region needed. Other directories don’t really store the timezone files like this one does.
I think /usr/share/zoneinfo is the only right choice here since all timezone files are stored there. It’s the standard location no matter the distro, so linking to that directory fits the question best.
It’s definitely /usr/share/zoneinfo since that’s where all the timezone files live before you pick a specific region or city. The system’s /etc/localtime just links to one of those files in that directory tree. The question asks for the full path without country info, so the main folder /usr/share/zoneinfo is exactly right.
I agree with the idea that it’s about the main directory holding timezone data, not the subfolders. The system link /etc/localtime usually points to something inside /usr/share/zoneinfo, which is the standard directory for all timezone files. So, just giving /usr/share/zoneinfo without any country or region info is what the question wants. It’s not about the exact file but the directory containing those timezone files.
I figured it’s about the main directory holding all timezone data files, so /usr/share/zoneinfo makes sense. The link points somewhere inside it, but the question wants just that top-level path.
Yeah, the question’s clearly about the base directory, so /usr/share/zoneinfo fits perfectly.
The files are definitely stored under /usr/share/zoneinfo, so that’s the directory.
The question specifically asks for the directory without any country or region info, so it’s definitely just /usr/share/zoneinfo. That’s the root directory containing all the timezone data files and folders. You’d link /etc/localtime to the exact timezone file inside one of the subfolders, but since they want the directory only, it’s got to be the base path. I’d exclude any subdirectories like Europe or America here, because they want the general folder where those are located, not a specific timezone file path.
The timezone files live in /usr/share/zoneinfo, so linking /etc/localtime to that path sets the system timezone. It's not a subdirectory like /usr/share/zoneinfo/Europe, just the base directory.
It’s got to be /usr/share/zoneinfo because that’s where all timezone data is stored. Linking /etc/localtime there makes the system use the right timezone info.
Definitely not /usr/bin, since that’s mostly for executable programs. I think it’s something under /usr/share, but not sure exactly which folder. Someone else confirm?