Free Lpi 117-102 Practice Test & Real Exam Questions

  • Exam Code/Number: 117-102
  • Exam Name/Title: General Linux, Part 2
  • Certification Provider: Lpi
  • Corresponding Certification: LPIC Level1
  • Exam Questions: 611
  • Updated On: Aug 10, 2026
CORRECT TEXT
What command with options and arguments will display the mail servers for lpi.org?
Correct Answer:
dig
lpi.org mx
CORRECT TEXT
Assume that on your system, there are man pages for both the command crontab and the configuration file for crontab. What command would you use to access the man page for the crontab configuration file?
Correct Answer:
man 5 crontab
CORRECT TEXT
You just configured a kernel and now you want to check the dependencies. Please enter the command and its argument(s).
Correct Answer:
MAKEDEP
This is a line from the file /etc/exports:
/product company(rw)
What does it mean?
Correct Answer: A Vote an answer
The legacy program for sending files to the printer queues from the command line is:
Correct Answer: D Vote an answer
Which of the following commands can be used to activate a specific network interface?
Correct Answer: C Vote an answer
Which of the following are valid commands to affect your system's printing?
Correct Answer: A,D,E Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
The command "make config" requires bash.
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
CORRECT TEXT
What is a filesystem type the dump utility can work with?
Correct Answer:
ext 2
CORRECT TEXT
What command would be used to check the gpgp signature on a downloaded source file? Type just the name of the command.
Correct Answer:
gpg
The file /etc/ssh_known_hosts typically contains hosts keys for ______.
Correct Answer: C Vote an answer
Which daemon or service can be configured as a non-root user?
Correct Answer: A Vote an answer
CORRECT TEXT
What file is used to deny hosts access to a system's printers? Type the filename including full path.
Correct Answer:
/etc/hosts.lpd
The /etc/hosts.lpd file defines which remote systems are permitted to print on the local system.
Only that hosts specified in /etc/hosts.lpd can send the printing job.
CORRECT TEXT
What is the name of the file and location that governs what run level is to be booted to on startup. Give full path and file name
Correct Answer:
/etc/inittab
The file /etc/inittab contains the default run level as well as run level specific scripts.
id:3:initdefault:
If you haven't specified the run level system boots on run level 9 that is unknown run level.