About the Exam

LPIC-1 Exam 102 is the second exam required for LPI's LPIC-1 certification and is part of the program's current 5.0 objectives. It covers shells and shell scripting, user interfaces and desktops, administrative tasks, essential system services, networking fundamentals, and security. Passing this exam together with Exam 101 demonstrates foundational Linux administration skills, including command-line maintenance, workstation setup, and basic networking.

Exam Topics

  • Shells y scripts18%
  • Interfaces de usuario y escritorios13%
  • Tareas administrativas20%
  • Servicios esenciales del sistema20%
  • Fundamentos de redes14%
  • Seguridad15%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 8, 2026 at 9:16 PM

Topic filter
Retired questions
Question sort

QuestionQ1

Interfaces de usuario y escritorios

Which of the following capabilities does SPICE provide?

Choose two
  • A Connecting local USB devices to remote applications.
  • B Accessing graphical applications on a remote host.
  • C Replacing Xorg as local X11 server.
  • D Downloading and locally installing applications from a remote machine.
  • E Uploading and running a binary program on a remote machine.
Explanation

SPICE provides remote graphical display access and USB redirection, enabling locally attached USB devices to be connected for use by applications running on the remote host.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Tareas administrativas

Which of these fields are included in the standard format of both the global /etc/crontab file and user-specific crontab files?

Choose two
  • A Year
  • B Minute
  • C Username
  • D Effective group ID
  • E Command
Explanation

Both formats include five time-and-date fields, including the minute field, followed by the command to execute. The global /etc/crontab format additionally includes a username field between the scheduling fields and the command; user crontabs do not.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Shells y scripts

Which of the following commands shows all environment and shell variables?

  • A getargs
  • B lsenv
  • C ls
  • D env
  • E lsshell
Explanation

env prints the environment variables available to the current process. It is the standard command among the listed choices for displaying the environment.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Seguridad

Which of the following actions prevents a user from getting an interactive login session?

  • A Setting the UID for the user to 0.
  • B Running the command chsh -s /bin/false with the user name.
  • C Removing the user from the group staff.
  • D Adding the user to /etc/noaccess.
  • E Creating a .nologin file in the user's home directory.
Explanation

A user whose login shell is set to /bin/false cannot obtain an interactive shell session because that program immediately exits when invoked.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ8

Seguridad

Which command preloads and manages existing SSH keys for automatic authentication when logging in to remote machines through SSH?

  • A sshd
  • B ssh-keyring
  • C ssh-keygen
  • D ssh-pki
  • E ssh-agent
Explanation

ssh-agent runs as an authentication agent that holds private SSH keys and uses them to authenticate SSH connections automatically.

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home