Lpi 102-500 LPI Level 1 Online Training
Lpi 102-500 Online Training
The questions for 102-500 were last updated at Nov 23,2024.
- Exam Code: 102-500
- Exam Name: LPI Level 1
- Certification Provider: Lpi
- Latest update: Nov 23,2024
CORRECT TEXT – (Topic 3)
Which environment variable should be set in order to change the time zone for the commands run from within the environment variable’s scope? (Specify the variable name only.)
CORRECT TEXT – (Topic 3)
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)
To prevent a specific user from scheduling tasks with at, what should the administrator do?
- A . Add the specific user to /etc/at.allow file.
- B . Add the specific user to [deny] section in the /etc/atd.conf file.
- C . Add the specific user to /etc/at.deny file.
- D . Add the specific user to nojobs group.
- E . Run the following: atd –deny [user].
CORRECT TEXT – (Topic 3)
Which command is used to add an empty group to the system? (Specify ONLY the command without any path or parameters.)
A French user has installed the French language pack, but currencies are still being displayed with a leading ‘$’ sign in his spreadsheets.
What must be done to fix this?
- A . Alter the locale.
- B . Set the timezone correctly.
- C . Edit /etc/currency.
- D . Reinstall the French language pack.
Which file contains the date of the last change of a user’s password?
- A . /etc/gshadow
- B . /etc/passwd
- C . /etc/pwdlog
- D . /etc/shadow
- E . /var/log/shadow
CORRECT TEXT – (Topic 3)
The ________ command is used to add a group to the system.
CORRECT TEXT – (Topic 3)
Which file specifies the user accounts that can NOT submit jobs via at or batch? (Provide the full path and filename)
What is true regarding the command userdel –force –remove bob? (Choose TWO correct answers.)
- A . The user bob is removed from the system’s user database.
- B . The user bob’s home directory is removed.
- C . The locate database is updated to drop files owned by bob.
- D . All files owned by bob are remove from all mounted filesystems.
- E . In case bob was the last member of a group, that group is deleted.
Which command will set the local machine’s timezone to UTC?
- A . cat UTC > /etc/timezone
- B . ln -s /usr/share/zoneinfo/UTC /etc/localtime
- C . date –timezone=UTC
- D . mv /usr/timezone/UTC /etc