Lpi 102-500 LPI Level 1 Online Training
Lpi 102-500 Online Training
The questions for 102-500 were last updated at Jun 29,2025.
- Exam Code: 102-500
- Exam Name: LPI Level 1
- Certification Provider: Lpi
- Latest update: Jun 29,2025
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].
Which of the following crontab entries will execute myscript at 30 minutes past every hour on Sundays?
- A . 0 * * * 30 myscript
- B . 30 * * * 6 myscript
- C . 30 0 * * 0 myscript
- D . 30 0-23 * * 0 myscript
- E . 0 0-23 * * 30 myscript
Which of the following files assigns a user to its primary group?
- A . /etc/pgroup
- B . /etc/shadow
- C . /etc/group
- D . /etc/passwd
- E . /etc/gshadow
Which of the following commands should be added to /etc/bash_profile in order to change the language of messages for an internationalized program to Portuguese (pt)?
- A . export LANGUAGE="pt"
- B . export MESSAGE="pt"
- C . export UI_MESSAGES="pt"
- D . export LC_MESSAGES="pt"
- E . export ALL_MESSAGES="pt"
In which file, if present, must all users be listed that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
Which commands can be used to change a user’s account aging information? (Choose THREE correct answers.)
- A . usermod
- B . passwd
- C . chattr
- D . chage
- E . chsh
Which command is used to add an empty group to the system? (Specify ONLY the command without any path or parameters.)
What is NOT contained in the locale setting of the operating system?
- A . currency symbol
- B . language
- C . timezone
- D . thousands separator
What is true about the file /etc/localtime?
- A . It is a plain text file containing a string such as Europe/Berlin
- B . It is created and maintained by the NTP service based on the location of the system’s IP address.
- C . It is a symlink to /sys/device/clock/ltime and always contains the current local time.
- D . After changing this file, newtzconfig has to be run to make the changes effective.
- E . It is either a symlink to or a copy of a timezone information file such as /usr/share/zoneinfo/Europe/Berlin.
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.