100+ Free LPIC-1 102-500 Practice Questions
Pass your LPIC-1 Linux Administrator — Exam 102 (102-500) exam on the first try — instant access, no signup required.
Which file is read first by an interactive bash login shell?
Key Facts: LPIC-1 102-500 Exam
60
Exam Questions
LPI
500/800
Passing Score (scaled)
LPI
90 min
Exam Duration
LPI
$200
Exam Fee (USD)
LPI Marketplace
Pearson VUE
Delivery
Test center or OnVUE online
5 years
Validity
Recertification required
LPIC-1 Exam 102-500 has 60 questions in 90 minutes with a 500-of-800 scaled passing score. Topic weights: Shells and Shell Scripting (8), User Interfaces and Desktops (4), Administrative Tasks (12), Essential System Services (12), Networking Fundamentals (14), and Security (10). Mix of multiple-choice and fill-in-the-blank. Heavy command coverage: bash variables and conditionals, /etc/passwd and /etc/shadow, useradd/usermod, cron and systemd timers, NTP/chrony, syslog/rsyslog/journald, nmcli/ip, /etc/resolv.conf, ssh, GPG, and host firewall basics. Exam fee is $200 USD. Combined with 101-500 to earn LPIC-1, valid 5 years.
Sample LPIC-1 102-500 Practice Questions
Try these sample questions to test your LPIC-1 102-500 exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1Which file is read first by an interactive bash login shell?
2Which command exports a shell variable so it is inherited by child processes?
3Which command lists all currently defined shell aliases?
4Inside a bash script, which special variable holds the exit status of the most recently executed command?
5Which bash test correctly checks whether the file /etc/passwd is a regular file that exists?
6Which loop construct iterates over a list of words separated by whitespace?
7What is the correct shebang line at the top of a bash script to ensure portability across systems?
8Which command captures the output of a subshell into a variable?
9Which bash arithmetic expansion returns the value of 5 + 3?
10Which keyword in a bash function declaration makes a variable local to the function?
About the LPIC-1 102-500 Exam
Exam 102-500 is the second of two exams required for the LPIC-1 Linux Administrator certification. It covers shells and shell scripting, user interfaces and desktops (X11, Wayland), administrative tasks, essential system services, networking fundamentals, and host security.
Questions
60 scored questions
Time Limit
90 minutes
Passing Score
500 / 800 (scaled)
Exam Fee
$200 (Linux Professional Institute (Pearson VUE / OnVUE online proctored))
LPIC-1 102-500 Exam Content Outline
Networking Fundamentals (Topic 109)
Weight 14/60 — largest topic. Fundamentals of internet protocols (TCP/IP basics, IPv4 addressing, CIDR, private ranges, IPv6 unicast/link-local); persistent network configuration (/etc/hostname, /etc/hosts, /etc/resolv.conf, /etc/nsswitch.conf, ip, ifconfig, route, nmcli, NetworkManager); basic network troubleshooting (ping, traceroute, mtr, ss, netstat, dig, host, hostname); configuring client-side DNS (resolv.conf, systemd-resolved).
Administrative Tasks (Topic 107)
Weight 12/60. Managing user and group accounts (/etc/passwd, /etc/shadow, /etc/group, /etc/gshadow, useradd, userdel, usermod, groupadd, passwd, getent); automating system tasks by scheduling jobs (crontab, /etc/crontab, /etc/cron.d, /etc/cron.{hourly,daily,weekly,monthly}, anacron, at, systemd timers — OnCalendar); localisation and internationalisation (locale, LANG, LC_*, /etc/timezone, /etc/localtime, tzselect, iconv).
Essential System Services (Topic 108)
Weight 12/60. Maintaining system time (date, hwclock, timedatectl, ntpd, chronyd, /etc/chrony/chrony.conf, pool/server directives); system logging (rsyslog, /etc/rsyslog.conf, facility.priority, journald, journalctl, logger); Mail Transfer Agent basics (mailq, sendmail-compatible interface, /etc/aliases, newaliases, ~/.forward, awareness of Postfix/exim/sendmail); managing printers and printing (CUPS, lpr, lpq, lprm, /etc/cups, cupsd.conf).
Security (Topic 110)
Weight 10/60. Performing security administration tasks (find with -perm, suid/sgid, sudo, /etc/sudoers, visudo, ulimit, /etc/security/limits.conf, chage password aging, lastlog, who, w, last); setting up host security (/etc/hosts.allow, /etc/hosts.deny, xinetd/inetd awareness, disabling unused services, /etc/nologin); securing data with encryption (OpenSSH client/server config, ssh-keygen, ssh-agent, ~/.ssh/authorized_keys, GnuPG — gpg --gen-key, --encrypt, --decrypt, --sign).
Shells and Shell Scripting (Topic 105)
Weight 8/60. Customizing and using the shell environment (/etc/profile, /etc/bash.bashrc, ~/.bash_profile, ~/.bashrc, ~/.profile, ~/.bash_logout, alias, unalias, function, export, set, unset, env, source/.); customizing or writing simple scripts (#!/bin/bash, variables, $1-$9, $@, $#, $?, if/then/else/fi, for/while/until, case, test/[ ], read, exit, command substitution $(), arithmetic $(())).
User Interfaces and Desktops (Topic 106)
Weight 4/60 — smallest topic. Install and configure X11 (xorg.conf, /etc/X11/xorg.conf.d/, xrandr, xdpyinfo, xhost, DISPLAY); awareness of Wayland (compositor model, no central xorg.conf); desktops awareness (GNOME, KDE, Xfce); accessibility (sticky/slow/bounce keys, screen readers Orca, on-screen keyboard, high-contrast themes); display managers (XDM, GDM, LightDM, SDDM).
How to Pass the LPIC-1 102-500 Exam
What You Need to Know
- Passing score: 500 / 800 (scaled)
- Exam length: 60 questions
- Time limit: 90 minutes
- Exam fee: $200
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
LPIC-1 102-500 Study Tips from Top Performers
Frequently Asked Questions
What is the LPIC-1 102-500 exam?
Exam 102-500 is Part 2 of 2 for LPIC-1. It tests shell scripting, X11/Wayland desktops, user/group/cron administration, essential services (NTP, syslog, MTA, CUPS), networking fundamentals, and host security including SSH and GnuPG. You must also pass 101-500 to earn LPIC-1.
Do I need to pass 101 before taking 102?
No — LPI does not enforce order. You can take 102-500 before 101-500 if you prefer. However, both must be passed within five years of each other to earn the LPIC-1 credential.
How is the LPIC-1 102 exam structured?
60 questions in 90 minutes — a mix of multiple-choice and fill-in-the-blank. The pass mark is 500 on a scaled 200-800 score. Fill-in items require exact command names and configuration paths (e.g., 'crontab', '/etc/passwd', '/etc/resolv.conf').
What are the largest topics on Exam 102-500?
Networking Fundamentals is the largest at weight 14, followed by Administrative Tasks (12) and Essential System Services (12), then Security (10), Shells/Scripting (8), and User Interfaces/Desktops (4). Total weight 60 across 60 questions.
How much does the LPIC-1 102-500 exam cost?
$200 USD per attempt at standard pricing. Reduced regional pricing of $165 or $132 is available. Each attempt requires its own voucher; the fee does not include a retake.
Where can I take Exam 102-500?
Pearson VUE testing centers worldwide, or remotely via LPI OnVUE online proctored. OnVUE requires a webcam, microphone, photo ID, and a clean uninterrupted room. Schedule through lpi.org or pearsonvue.com/lpi.
How long is LPIC-1 valid?
LPIC-1 is valid for 5 years from the date you pass the second of the two exams. Recertify by re-passing the current versions of 101-500 and 102-500, or by passing an LPIC-2 exam (201-450 or 202-450) before expiration.