Free LPI Linux Essentials Exam Flashcards
Memorize 50 essential terms and definitions for the Linux Professional Institute Linux Essentials Certificate Exam 010-160. See the term, recall the definition, then flip to check yourself.
What is a Linux distribution?
A complete operating-system package built around the Linux kernel, with user tools, libraries, a package system, and chosen defaults maintained by a project or vendor.
Filter by Topic
Jump to Card
About These LPI Linux Essentials Flashcards
These 50 flashcards are designed to help you memorize key terms and definitions for the Linux Professional Institute Linux Essentials Certificate Exam 010-160. Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.
Topics Covered
Complete Flashcard Reference
Review every term in this set. Open any term to reveal its definition.
What is a Linux distribution?
A complete operating-system package built around the Linux kernel, with user tools, libraries, a package system, and chosen defaults maintained by a project or vendor.
How does the Linux kernel differ from a distribution?
The kernel manages hardware and core system resources. A distribution combines that kernel with applications, libraries, installers, and package management.
What does FOSS mean?
Free and Open Source Software: software whose license grants users freedoms to run, study, modify, and redistribute the code under stated conditions.
What is copyleft?
A licensing approach that permits modification and redistribution but requires covered derivative work to preserve the same licensing freedoms.
How does a permissive license differ from copyleft?
A permissive license generally allows reuse with few conditions and does not require derivative code to use the same license.
What role do software repositories play?
They provide organized, signed collections of packages and metadata that package tools can search, install, and update.
What is virtualization?
Running one or more virtual computers on physical hardware through a hypervisor, so each guest can have its own operating system and allocated resources.
Why is Linux common in cloud computing?
It is portable, automatable, scalable, and available in many open distributions, making it well suited to servers, virtual machines, and containers.
What is a terminal emulator?
A graphical application that provides access to a text-based shell. The terminal displays input and output; the shell interprets commands.
What is a shell?
A command interpreter that reads commands, expands expressions, starts programs, and supports scripting. Bash is a common Linux shell.
What are a command's options and arguments?
Options change how the command behaves; arguments identify what it should act on, such as a file, directory, pattern, or value.
What does the PATH variable control?
It lists directories the shell searches, in order, when a command name is entered without an explicit path.
What does the type command reveal?
How the shell resolves a command name, such as an executable file, shell builtin, alias, or function.
What is the purpose of man pages?
They are reference manuals for commands, configuration files, system calls, and other interfaces. Use man followed by a topic name.
What does pwd display?
The absolute path of the shell's current working directory.
How does an absolute path differ from a relative path?
An absolute path begins at the root directory /. A relative path is interpreted from the current working directory.
What do . and .. mean in a path?
. refers to the current directory; .. refers to its parent directory.
How are hidden files named on Linux?
Their names begin with a dot. Many default directory listings omit them unless an option such as ls -a is used.
What does the * glob match?
Zero or more characters within one path component. The shell expands the pattern to matching pathnames before running the command.
What does the ~ shortcut represent?
The current user's home directory when used unquoted in common shells such as Bash.
What does tar do?
It combines files and directory trees into one archive and can extract them later. Compression is optional and uses a separate compression method.
How do gzip, bzip2, and xz differ from tar?
They compress data streams or individual files. tar creates an archive structure; a compressor can then reduce that archive's size.
What does a pipe do?
The | operator sends one command's standard output to the next command's standard input, allowing small tools to be combined.
What does > do to command output?
It redirects standard output to a file and normally replaces that file's existing contents.
What does >> do to command output?
It redirects standard output by appending to the destination file instead of replacing its existing contents.
What is standard error?
A separate output stream for diagnostics and errors. It can be redirected independently from normal standard output.
What does grep do?
It selects input lines that match a pattern. Options can change matching behavior, such as ignoring case or showing line numbers.
What is a regular expression?
A pattern language for describing text to match. Its metacharacters are interpreted by tools such as grep, not as ordinary literal characters.
How do single and double quotes differ in Bash?
Single quotes preserve nearly every character literally. Double quotes preserve spaces but still allow parameter and command expansion.
What does command substitution do?
The $(command) form runs a command and substitutes its standard output into the surrounding command line.
What makes a text file executable as a shell script?
It needs appropriate execute permission and normally a shebang naming its interpreter, such as #!/bin/bash.
What does the kernel manage?
CPU scheduling, memory, devices, filesystems, networking, and the interface between programs and hardware.
What is a process?
A running instance of a program with its own process ID, execution state, resource use, and security context.
How do ps and top differ?
ps reports a snapshot of selected processes. top provides a repeatedly updated interactive view of processes and system load.
What is a package manager?
A tool that installs, upgrades, removes, and tracks software packages while handling metadata and dependencies.
What is a disk partition?
A defined region of a storage device that the operating system can treat as a separate block device.
What is a filesystem?
The on-disk structure and rules used to organize file names, directories, data, and metadata within storage.
What does mounting a filesystem mean?
Attaching it at a directory called a mount point so its files become accessible within Linux's single directory tree.
What is normally stored under /etc?
System-wide configuration files. User data and ordinary application binaries belong elsewhere in the filesystem hierarchy.
What is normally stored under /var?
Variable data that changes during operation, such as logs, caches, queues, and service state.
How do an IP address and a host name differ?
An IP address identifies a network interface numerically. A host name is a human-readable name that can be resolved to an address, commonly through DNS.
What is the root account?
The superuser account with user ID 0 and broad authority over the system. Routine work should use a less-privileged account.
What does sudo provide?
Policy-controlled execution of an authorized command with another user's privileges, commonly root, while supporting accountability through configuration and logs.
What information is stored in /etc/passwd?
Public account records such as user name, numeric IDs, home directory, and login shell. Password hashes are normally stored separately in /etc/shadow.
Why are Linux groups useful?
They let permissions and resource access be assigned to a set of users rather than managed separately for every account.
What do read, write, and execute mean for a regular file?
Read permits viewing contents, write permits changing contents, and execute permits running the file as a program or script.
What do read, write, and execute mean for a directory?
Read lists names; write, normally together with execute, permits creating, removing, or renaming entries; execute permits traversal and access by name.
How does numeric chmod notation work?
For each user class, read is 4, write is 2, and execute is 1. Add the allowed bits, then provide owner, group, and other digits.
What do chown and chgrp change?
chown changes file ownership and can also set the group; chgrp changes only the group ownership.
What does the sticky bit do on a shared directory?
It restricts removal or renaming of entries so that users cannot normally delete files owned by other users, even when the directory is writable by all.
Frequently Asked Questions
What is the current LPI Linux Essentials exam?
The current Linux Essentials objective version is 1.6 and the exam code is 010-160. It is a single-exam educational certificate rather than an LPIC professional certification.
How many questions are on Linux Essentials 010-160?
LPI lists 40 questions with a 60-minute time limit. The official objective weights total 40 and describe the relative emphasis of the exam.
What score is needed to pass Linux Essentials?
LPI reports exam scores on a 200-800 scale and uses 500 as the passing score. Because forms can vary in difficulty, 500 should not be converted into a fixed percentage of questions correct.
What is the LPI retake policy?
LPI's global policy requires a seven-day wait after the first attempt and a 14-day wait after the second and subsequent attempts. A passed exam cannot be retaken for at least two years.
How were these Linux Essentials cards distributed?
The five official topic weights are 7, 9, 9, 8, and 7 out of 40. Scaling to 50 cards gives 9, 11, 11, 10, and 9 cards using whole-card rounding.
Explore More Linux Professional Institute Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.