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 19, 2026
Which of the following benefits does an alias in bash provide?
Correct Answer: B Vote an answer
CORRECT TEXT
Which utility is used to create or update the modules.dep file? Type the command only.
Correct Answer:
depmod
depmod creates a list of module dependencies, by reading each module under /lib/modules/version and determining what symbols it exports, and what symbols it needs. By default this list is written to modules.dep in the same directory. The normal use of depmod is to include the line /sbin/depmod -a in one of the files in /etc/rc.d so the correct module dependencies will be available after booting the system. depmod -e prints a list of all unresolved symbols.
Which of the following commands can typically be used to configure a kernel?
Correct Answer: D Vote an answer
CORRECT TEXT
What command would help you test if your ppp connection was functional? Type just the command name.
Correct Answer:
minicom
You've just rebooted your server. Users complain that the server is refusing secure connections.
Which of the following is most likely causing this problem?
Correct Answer: C Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
This is the file /etc/named.boot from the computer named tellus with IP address 128.66.12.10. directory/etc
secondarycompany.com128.66.12.company.com.hosts secondary66.128.IN-ADDR.ARPA128.66.12.5128.66.rev primary0.0.127.IN-ADDR.ARPAnamed.local cachenamed.ca
From this file, you know that:
Correct Answer: B Vote an answer
What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do
echo result: $c $b $a;
done
Correct Answer: D Vote an answer
CORRECT TEXT
The _____ command will list the currently loaded kernel modules.
Correct Answer:
lsmod
lsmod command displays all modules loaded by kernel as well as modules status on current session.
See the sample output of lsmod command Module Size Used by i915 81349 2 md5 4033 1 ipv6 232705 10 parport_pc 24705 1 lp 12077 0 parport 37129 2 parport_pc,lp autofs4 23237 0 sunrpc 157093 1 dm_mod 54741 2 button 6481 0 battery 8901 0 ac 4805 0 raid1 19905 1 uhci_hcd 31065 0 ehci_hcd 30917 0 snd_intel8x0 33769 0 snd_ac97_codec 63889 1 snd_intel8x0 snd_pcm_oss 49017 0 snd_mixer_oss 17985 1 snd_pcm_oss snd_pcm 96841 2 snd_intel8x0,snd_pcm_oss snd_timer 29893 1 snd_pcm snd_page_alloc 9673 2 snd_intel8x0,snd_pcm snd_mpu401_uart 8769 1 snd_intel8x0 snd_rawmidi 26597 1 snd_mpu401_uart snd_seq_device 8137 1 snd_rawmidi snd 54949 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_u art,snd_rawmidi,s soundcore 9889 1 snd 8139too 25921 0 mii 4673 1 8139too floppy 58481 0 ext3 116809 6 jbd 71257 1 ext3
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
What two files acting together make up the login environment for a user on a default install of Linux?
Correct Answer: D,E Vote an answer
CORRECT TEXT
What command can be used to generate log entries of any facility and priority? (supply just the command name without a path)
Correct Answer:
logger
CORRECT TEXT
You are running a machine which exports a list of directories using NFS. Provide the complete path to the file which contains this list.
Correct Answer:
/etc/exports
What command option of depmod allows you to print a list of all unresolved symbols?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
CORRECT TEXT
What is the default port for HTTPS under Apache?
Correct Answer:
443