Lpi 102-500 LPI Level 1 Online Training
Lpi 102-500 Online Training
The questions for 102-500 were last updated at Jul 18,2025.
- Exam Code: 102-500
- Exam Name: LPI Level 1
- Certification Provider: Lpi
- Latest update: Jul 18,2025
Fill in Blanks
The ________ command is used to add a group to the system.
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
Which command should be added to /etc/bash_profile to change the language of messages from an internationalised program to Portuguese (pt)? (Select TWO correct answers)
- A . export LANGUAGE="pt"
- B . export MESSAGE="pt"
- C . export LANG="pt"
- D . export LC_MESSAGES="pt"
- E . export ALL_MESSAGES="pt"
A user was not given permission to use the CRON scheduling system.
What file needs to be modified to provide that access? (Please specify the full path to the file)
Which commands can you use to change a user’s account aging information? (Choose THREE correct answers.)
- A . usermod
- B . passwd
- C . chattr
- D . chage
- E . chsh
Why is /etc/shadow not world readable if the passwords are stored in an encrypted fashion?
- A . The encrypted passwords are still subject to brute force attacks.
- B . This is just for historical reasons.
- C . There is other information in the file that needs to be kept secret.
- D . The passwords can be decrypted by anyone with root access.
Of the ways listed, which is the best way to temporarily suspend a single user’s ability to interactively login?
- A . Add the user name to /etc/nologin.
- B . Change the user’s password.
- C . Change the user name in /etc/passwd.
- D . Use change to expire the user account.
- E . Place the command logout in the user’s profile.
Which TWO statements about crontab are true?
- A . Every user may have their own crontab.
- B . Changing a crontab requires a reload/restart of the cron daemon.
- C . The cron daemon reloads crontab files automatically when necessary.
- D . hourly is the same as "0 * * * *".
- E . A cron daemon must run for each existing crontab.
Which crontab entry could be used to set the system time at regular intervals?
- A . 1 0 * * * date $d $t $24
- B . 1 0 * * * ntpdate ntp1.digex.net
- C . 1 0 * * * date ntp1.digex.net
- D . 1 0 * * * runcron date ntp1.digex.net
- E . 1 0 * * * settime $d $t $24
Which of the following commands can be used to convert text files in one character encoding to another character encoding?
- A . cat
- B . convert
- C . dd
- D . iconv
- E . utf2utf