Lpi 102-500 LPI Level 1 Online Training
Lpi 102-500 Online Training
The questions for 102-500 were last updated at Jul 17,2025.
- Exam Code: 102-500
- Exam Name: LPI Level 1
- Certification Provider: Lpi
- Latest update: Jul 17,2025
Which of the following fields can be found in the /etc/group file? (Choose THREE correct answers.)
- A . The list of users that belong to the group.
- B . The home directory of the group.
- C . The name of the group.
- D . The description of the group.
- E . The password of the group.
On a system using shadowed passwords, the most correct permissions for /etc/passwd are ___ and the most correct permissions for /etc/shadow are _________.
- A . -rw-r—–, -r——–
- B . -rw-r–r–, -r–r–r–
- C . -rw-r–r–, -r——–
- D . -rw-r–rw-, -r—–r–
- E . -rw——-, -r——–
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 of the following can the chage command NOT change?
- A . The number of days since January 1, 1970 after which the user’s account will no longer be accessible.
- B . The number of days since January 1, 1970 after which the password can change.
- C . The number of days since January 1, 1970 since the password was last changed.
- D . The maximum number of days during which a password is valid.
- E . The number of days of inactivity after a password has expired before the account is locked.
What command will display the group names and GIDs to which a user belongs? (Provide only the command name with or without path information)
Of the ways listed, which is the best method to temporarily suspend a user’s ability to interactively login?
- A . Use passwd -d username to give the user an empty password.
- B . Use chage to expire the user account.
- C . Change the user’s password.
- D . Add the command exit to the user’s .login file.
What is the conventional purpose of Linux UIDs that are lower than 100?
- A . They are reserved for super user accounts.
- B . They are reserved for the system admin accounts.
- C . They are reserved for system accounts.
- D . They are unused, aside from 0, because they are targets of exploits.
- E . They are used to match with GIDs in grouping users.
How is the file format of /etc/crontab different from a normal crontab file? (Select TWO correct answers)
- A . The /etc/crontab file can specify a year field.
- B . A normal crontab file must be installed with the crontab command.
- C . A normal crontab file allows for environment variable substitution.
- D . The /etc/crontab file has a user field for commands.
What is the main difference between the batch and at commands?
- A . The batch command will run multiple times.The at command will only run once.
- B . The batch command will run when system load is low. The at command runs at a specific time.
- C . The at command reads commands from standard input. The batch command requires a command line argument.
- D . The at command e-mails results to the user. The batch command logs results to syslog.
The correct crontab entry to execute the script chklog three times per month between 3 p.m. and 5 p.m.:
- A . * 3,4,5 1 * * chklog
- B . 3 3,4,5 1 * * chklog
- C . 3 15,16,17 * * * chklog
- D . 0 15,16,17 1 * * chklog
- E . * 15,16,17 1 * * chklog