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
The X11 configuration file xorg.conf is grouped into sections.
How is the content of the section SectionName associated with that section?
- A . It is placed in curly brackets as in Section SectionName { … }.
- B . It is placed between a line containing Section "SectionName" and a line containing EndSection.
- C . It is placed between the tags <Section name="SectionName"> and </Section>
- D . It is placed after the row [SectionName].
- E . It is placed after an initial unindented Section "SectionName" and must be indented by exactly one tab character.
CORRECT TEXT
An administrator wants to determine the geometry of a particular window in X, so she issues the __________ -metric command and then clicks on the window.
Which of the following commands shows the current color depth of the X Server?
- A . xcd
- B . xcdepth
- C . xwininfo
- D . xcolordepth
- E . cat /etc/X11
What is the purpose of a screen reader?
- A . It reads text displayed on the screen to blind or visually impaired people.
- B . It reads the parameters of the attached monitors and creates an appropriate X11 configuration.
- C . It displays lines and markers to help people use speed reading techniques.
- D . It manages and displays files that contain e-books.
For accessibility assistance, which of the following programs is an on-screen keyboard?
- A . xkb
- B . atkb
- C . GOK
- D . xOSK
Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)
- A . Start and prepare the desktop environment for the user.
- B . Configure additional devices like new monitors or projectors when they are attached.
- C . Handle the login of a user.
- D . Lock the screen when the user was inactive for a configurable amount of time.
- E . Create an X11 configuration file for the current graphic devices and monitors.
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
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——–
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.
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