Career upgrade: Learn practical AI skills for better jobs and higher pay.
Level up
All Practice Exams

100+ Free LPI Linux Essentials Practice Questions

Pass your LPI Linux Essentials Certificate (010-160) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
Not publicly disclosed Pass Rate
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which of the following is a relational database management system commonly bundled in the LAMP stack on Linux?

A
B
C
D
to track
2026 Statistics

Key Facts: LPI Linux Essentials Exam

40

Exam Questions

LPI

60 min

Exam Duration

LPI

500/800

Passing Score (66%)

LPI

$120

Exam Fee (USD)

LPI Marketplace

Lifetime

Validity

No recertification required

Pearson VUE

Delivery

Test center or OnVUE online

LPI Linux Essentials 010-160 has 40 questions in 60 minutes with a 500-of-800 scaled passing score (about 66%). Topic weights: Topic 1 The Linux Community and a Career in Open Source (7), Topic 2 Finding Your Way on a Linux System (9), Topic 3 The Power of the Command Line (9), Topic 4 The Linux Operating System (8), and Topic 5 Security and File Permissions (7). The exam is multiple-choice plus fill-in-the-blank — the fill-ins demand exact command names, paths, and option flags. Coverage spans Linux distributions (Red Hat, Debian, SUSE, Arch families), open source licensing (GPL, LGPL, MIT, BSD, Apache), shell basics (pwd, ls, cd, cp, mv, rm, $PATH, history), text processing (grep, sed, head, tail, sort, wc), archives (tar, gzip), the FHS (/etc, /var, /usr, /home, /proc, /sys), basic networking (ip addr, ping, /etc/hosts, /etc/resolv.conf), and permissions (chmod, chown, umask, sticky/setuid/setgid). Exam fee is $120 USD standard. The certificate is valid for lifetime with no recertification.

Sample LPI Linux Essentials Practice Questions

Try these sample questions to test your LPI Linux Essentials exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which of the following is a Linux distribution sponsored by the community-driven successor to CentOS Linux that aims to be 1:1 binary compatible with Red Hat Enterprise Linux?
A.Ubuntu
B.Rocky Linux
C.openSUSE Tumbleweed
D.Arch Linux
Explanation: Rocky Linux was created by CentOS founder Gregory Kurtzer after Red Hat shifted CentOS Linux to CentOS Stream in 2020. Rocky aims to be a downstream, 1:1 binary-compatible rebuild of RHEL. AlmaLinux fills the same role. Ubuntu is Debian-based; openSUSE Tumbleweed is a SUSE-family rolling release; Arch is independent.
2Which Linux distribution family does Ubuntu belong to?
A.Red Hat
B.Debian
C.SUSE
D.Arch
Explanation: Ubuntu is derived from Debian and uses Debian's apt/dpkg package management with .deb packages. The Red Hat family (RHEL, Fedora, CentOS Stream, Rocky, AlmaLinux) uses rpm/dnf. The SUSE family (SLES, openSUSE) uses rpm/zypper. Arch is independent and uses pacman.
3Which of the following statements about Android is TRUE?
A.Android is a Linux distribution maintained by the Free Software Foundation
B.Android uses the Linux kernel but is not considered a typical Linux distribution and uses its own userspace
C.Android replaces the Linux kernel with the BSD kernel
D.Android uses GNU coreutils as its primary userspace
Explanation: Android is built on the Linux kernel but uses its own userspace (Bionic libc, Android Runtime, Java/Kotlin app stack) rather than the GNU userspace found in typical Linux distributions. It is open source via AOSP but is generally not categorized as a GNU/Linux distribution.
4Which embedded computing platform is widely used to run Linux on inexpensive ARM hardware and is commonly the first Linux device new learners interact with?
A.Arduino Uno
B.Raspberry Pi
C.Intel NUC
D.FPGA development board
Explanation: Raspberry Pi runs Linux distributions such as Raspberry Pi OS (Debian-based) on ARM hardware and is widely used in education and embedded projects. Arduino Uno is a microcontroller, not a Linux device. Intel NUC is a small x86 PC and can run Linux but is not the typical entry point. FPGAs run logic, not general-purpose Linux.
5Which of the following is NOT a major public cloud provider whose infrastructure heavily runs Linux?
A.Amazon Web Services (AWS)
B.Microsoft Azure
C.Google Cloud Platform (GCP)
D.Microsoft Visual Studio
Explanation: Microsoft Visual Studio is an integrated development environment, not a cloud provider. AWS, Azure, and GCP are the three largest public clouds and all heavily host Linux workloads (Linux is the most common guest OS on every major cloud).
6Which web server is the original Linux web server and remains one of the most widely deployed open source HTTP servers?
A.Apache HTTP Server
B.Microsoft IIS
C.WebSphere
D.Tomcat
Explanation: Apache HTTP Server (httpd) is the long-standing open source web server developed by the Apache Software Foundation. NGINX is its main open source competitor. Microsoft IIS is proprietary and Windows-only. WebSphere is an IBM application server. Tomcat is a Java servlet container, not a general HTTP server.
7Which of the following is a relational database management system commonly bundled in the LAMP stack on Linux?
A.Redis
B.MongoDB
C.MySQL
D.Memcached
Explanation: LAMP stands for Linux, Apache, MySQL/MariaDB, and PHP/Perl/Python. MySQL (and its fork MariaDB) is the relational database in the LAMP stack. Redis and Memcached are key-value caches. MongoDB is a document database (NoSQL).
8Which application is an open source office productivity suite frequently used as a free alternative to Microsoft Office on Linux?
A.LibreOffice
B.GIMP
C.Inkscape
D.Audacity
Explanation: LibreOffice provides Writer, Calc, Impress, Base, Draw, and Math as a complete office suite, comparable to Microsoft Office. GIMP is for raster image editing, Inkscape for vector graphics, and Audacity for audio editing.
9Which of the following programs is an open source web browser?
A.Microsoft Edge (proprietary builds)
B.Safari
C.Mozilla Firefox
D.Internet Explorer
Explanation: Mozilla Firefox is open source under the Mozilla Public License. Microsoft Edge is built on the open source Chromium project but the official Edge build is proprietary. Safari is proprietary (Apple). Internet Explorer is proprietary (Microsoft).
10Which of the following is an open source raster graphics editor often compared to Adobe Photoshop?
A.Inkscape
B.GIMP
C.Blender
D.Krita
Explanation: GIMP (GNU Image Manipulation Program) is an open source raster image editor and the most direct free alternative to Photoshop. Inkscape is for vector graphics (SVG). Blender focuses on 3D modeling/animation. Krita is also a raster editor but is more painting/illustration focused.

About the LPI Linux Essentials Exam

The Linux Essentials Certificate (010-160) is LPI's entry-level credential validating foundational Linux knowledge: the open source community, basic command-line use, simple shell scripting, the Linux operating system and filesystem hierarchy, and core file-permission and user-management concepts. It is designed for IT students, career changers, and beginners with no prior Linux experience.

Questions

40 scored questions

Time Limit

60 minutes

Passing Score

66% (500/800)

Exam Fee

$120 USD (Linux Professional Institute (LPI) / Pearson VUE)

LPI Linux Essentials Exam Content Outline

9 / 40

Topic 2: Finding Your Way on a Linux System

Sub-objectives 2.1-2.4 (weights 3+2+2+2 = 9). Command line basics (echo, history, $PATH, variables vs environment variables, command substitution $()); using the command line to get help (man, apropos, whatis, --help, info, help builtin); directories and listing files (ls -la, cd, pwd, ., .., ~, globbing with * ? [ ]); creating, moving, deleting files (touch, mkdir -p, cp -r, mv, rm -rf, rmdir).

9 / 40

Topic 3: The Power of the Command Line

Sub-objectives 3.1-3.3 (weights 2+3+4 = 9). Archiving (tar -cvf/-xvf/-tvf, gzip/gunzip, bzip2, xz, .tar.gz vs .tar.bz2); searching and extracting data (grep -r/-v/-i, sed s/g, head, tail -f, wc -l, sort, uniq, find); turning commands into scripts (shebang #!/bin/bash, positional arguments $1 $@ $#, exit status $?, if/for/while/case, test [ -f ], chmod +x to make executable).

8 / 40

Topic 4: The Linux Operating System

Sub-objectives 4.1-4.4 (weights 1+2+3+2 = 8). Choosing an operating system (Red Hat / Debian / SUSE / Arch families, Android, embedded Linux including Raspberry Pi); understanding hardware (lspci, lsusb, dmesg, lsmod, /proc/cpuinfo, /proc/meminfo, /dev/sda, /dev/nvme0n1); where data is stored (FHS — /, /bin, /sbin, /etc, /var, /usr, /opt, /home, /tmp, /proc, /sys, /dev); your computer on the network (ip addr, ip route, ping, dig/host/nslookup, /etc/hosts, /etc/resolv.conf).

7 / 40

Topic 1: The Linux Community and a Career in Open Source

Sub-objectives 1.1-1.4 (weights 2+2+1+2 = 7). Linux evolution and popular operating systems (Linux kernel, distros, mobile/cloud/embedded uses); major open source applications (LibreOffice, Apache, NGINX, MySQL/MariaDB, Firefox, GIMP, Inkscape, Blender, Audacity); open source software and licensing (GPL v2/v3, LGPL, MIT, BSD, Apache 2.0; copyleft vs permissive; FSF, OSI, Creative Commons); ICT skills and working in Linux (privacy, password managers, HTTPS, career paths).

7 / 40

Topic 5: Security and File Permissions

Sub-objectives 5.1-5.4 (weights 2+2+2+1 = 7). Basic security and identifying user types (root UID 0, /etc/passwd, /etc/shadow, /etc/sudoers, su, sudo, id, who, w); creating users and groups (useradd, passwd, groupadd, /etc/group, usermod -g/-aG, userdel, groupdel); managing file permissions and ownership (chmod symbolic and octal — 755 = rwxr-xr-x, 644 = rw-r--r--, chown user:group, chgrp, umask); special directories and files (sticky bit on /tmp, setuid on /usr/bin/passwd, setgid, hard vs symbolic links).

How to Pass the LPI Linux Essentials Exam

What You Need to Know

  • Passing score: 66% (500/800)
  • Exam length: 40 questions
  • Time limit: 60 minutes
  • Exam fee: $120 USD

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

LPI Linux Essentials Study Tips from Top Performers

1Live in the shell — pwd, cd, ls, cp, mv, mkdir, rm, find, grep should be muscle memory before exam day
2Drill the fill-in-the-blank style: type 'pwd', '/etc/passwd', '-r' exactly — typos and singular/plural mistakes count as wrong answers
3Memorize the FHS: /etc (config), /var (variable data, logs), /usr (read-only programs), /home (users), /proc and /sys (virtual)
4Know the major distro families: Red Hat (RHEL, Fedora, CentOS Stream, Rocky, Alma), Debian (Debian, Ubuntu, Mint), SUSE (openSUSE, SLES), Arch
5Learn the license categories: copyleft (GPL, LGPL) vs permissive (MIT, BSD, Apache 2.0) — and what each requires of derivative works
6Practice chmod in both forms: octal 755/644/600 and symbolic u+x, g-w, o=r — and know what setuid (s), setgid (s), and sticky bit (t) do
7Streams and redirection: practice >, >>, <, 2>, 2>&1, &>, |, tee until pipelines feel natural

Frequently Asked Questions

What is the LPI Linux Essentials 010-160 exam?

The Linux Essentials 010-160 exam is LPI's entry-level certification covering Linux foundations: distributions and the open source community, basic command-line use, simple shell scripting, the filesystem hierarchy, basic networking, and file permissions. It is designed for absolute beginners — no prior Linux experience is required.

How many questions are on the LPI Linux Essentials exam?

40 questions in 60 minutes. The exam is a mix of multiple-choice and fill-in-the-blank. Fill-in items require typing the exact command, path, or option flag (e.g., 'pwd', '/etc/passwd', '-r'). LPI uses a scaled score of 200-800 with a passing mark of 500, which is approximately 66%.

How much does the Linux Essentials exam cost?

$120 USD per attempt at standard pricing. LPI offers reduced pricing in lower-income regions ($100 or $80). The fee covers a single attempt; retakes require a new voucher. Vouchers are sold through LPI Marketplace and partners.

What are the five topic areas on Linux Essentials?

Topic 1 The Linux Community and a Career in Open Source (weight 7), Topic 2 Finding Your Way on a Linux System (weight 9), Topic 3 The Power of the Command Line (weight 9), Topic 4 The Linux Operating System (weight 8), and Topic 5 Security and File Permissions (weight 7). Total 40 weight points across 40 questions.

Is the Linux Essentials certificate valid for life?

Yes. The LPI Linux Essentials certificate has lifetime validity and never requires recertification. Higher-level LPIC-1, LPIC-2, and LPIC-3 certifications are valid for 5 years and do require recertification.

Where can I take the Linux Essentials exam?

At any Pearson VUE testing center worldwide, or remotely via LPI's OnVUE online proctored option from your home or office. OnVUE requires a webcam, microphone, and a clean room. Schedule via lpi.org or pearsonvue.com/lpi.

Do I need any prerequisites to take Linux Essentials?

No prerequisites. Linux Essentials is the entry point of LPI's certification track and is aimed at absolute beginners, IT students, and career changers. LPI publishes free learning materials at learning.lpi.org. Some hands-on time at a Linux shell is strongly recommended before exam day.