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
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
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 can be used to delete a group from a Linux system?
- A . groupdel
- B . groupmod
- C . groups
- D . groupedit
What is the purpose of the iconv command?
- A . It converts bitmap images from one format to another such as PNG to JPEG.
- B . It verifies that the root directory tree complies to all conventions from the Filesystem Hierarchy Standard (FHS).
- C . It displays additional meta information from icon files ending in .ico.
- D . It changes the mode of an inode in the ext4 file system.
- E . It converts files from one character encoding to another.
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.
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.
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
- A . *
- B . –
- C . s
- D . x
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.
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"
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