Lpi 117-102 Exam Overview:
| Certification Vendor: | Linux Professional Institute (LPI) |
|---|---|
| Exam Name: | General Linux, Part 2 / LPI Level 1 Exam 102 |
| Exam Number: | 117-102 (legacy, replaced by 102-400 / 102-500) |
| Passing Score: | 500 out of 800 |
| Real Exam Qty: | 60 |
| Exam Format: | Multiple-choice, Fill-in-the-blank |
| Related Certifications: | Linux Essentials LPIC-1: System Administrator |
| Certificate Validity Period: | 5 years |
| Available Languages: | English, Portuguese (Brazilian), German, Japanese, Chinese (Traditional), Chinese (Simplified), Spanish |
| Exam Price: | ~$180–$200 USD (varies by region) |
| Exam Duration: | 90 minutes |
| Recommended Training: | LPI Official Resources |
| Exam Registration: | LPI Official Registration Pearson VUE |
| Sample Questions: | Lpi 117-102 Sample Questions |
| Exam Way: | Onsite at Pearson VUE test centers or online via OnVUE proctoring |
| Pre Condition: | None; LPIC-1 requires passing both 101 and 102 exams |
| Official Syllabus URL: | https://www.lpi.org/our-certifications/exam-101-102-objectives/ |
Lpi 117-102 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Networking Fundamentals | 15% | - Configure client-side DNS - Configure network interfaces and routing - Understand internet protocols - Basic network troubleshooting |
| Security | 10% | - Setup host security and user limits - Secure data with encryption - Perform security administration tasks |
| Shells and Shell Scripting | 20% | - Customize or write simple Bash scripts - Customize and use the shell environment |
| Essential System Services | 20% | - Maintain system services and runlevels - Maintain system time and synchronization - System logging and log management - Manage mail services and printing |
| Administrative Tasks | 20% | - Manage user and group accounts - Schedule jobs and automate tasks - Localization and internationalization |
| User Interfaces and Desktops | 15% | - Accessibility features - Configure graphical desktops and display managers - Install and configure X11 |
Lpi General Linux, Part 2 Sample Questions:
CORRECT TEXT
What file contains a list of shared directories on a Linux/Unix system? Type the full path and name of the file.
Correct Answer:
/etc/exports
Your FTP server has been under attack, and the ISP of the attacker has been less than helpful in mitigating the attacks. So you decide that all connections from that ISP (badguy.example.org) to your FTP server will be denied and sent a message. Which line in your /etc/hosts.allow will have the desired effect?
- A. in.ftpd : badguy.example.org : spawn echo 450 denied due to numerous attacks from this domain
- B. ftp : .badguy.example.org : DENIED due to numerous attacks from this domain
- C. ftp : badguy.example.org : DENIED message 450 denied due to numerous attacks from this domain
- D. in.ftpd : .badguy.example.org : twist 450 denied due to numerous attacks from this domain
Correct Answer: D 🗳️
Explanation: Only visible for TopExamCollection members. You can sign-up / login (it's free).
CORRECT TEXT
You want to create a boot floppy using a given image file on your hard disk. What utility would you
use to do so?
Correct Answer:
mkbootdisk
--device /dev/fd0 `uname -r`
mkbootdisk creates a boot floppy appropriate for the running system. The boot disk is entirely self-
contained, and includes an initial ramdisk image which loads any necessary SCSI modules for the
system. The created boot disk looks for the root filesystem on the device suggested by /etc/fstab.
The only required argument is the kernel version to put onto the boot floppy.
Syntax: mkbootdisk [options] kernel version.
Bydefault mkbootdisk creates the boot disk on first floppy device. If you want to specify the device
use the --device option. We can print the kernel version using uname -r command.
Which directory contains additional information about installed packages?
- A. /usr/packages/doc
- B. /usr/share/documentation
- C. /usr/local/share/documentation
- D. /usr/share/doc
- E. /usr/local/doc
Correct Answer: D 🗳️
Which of the following are commonly used Mail Tranfer Agent (MTA) applications? (Please select THREE correct answers)
- A. exim
- B. sendmail
- C. procmail
- D. smtpd
- E. postfix
Correct Answer: A,B,E 🗳️

We're so confident of our products that we provide no hassle product exchange.


By Dorothy


