Limited-Time Offer: Enjoy 50% Savings! - Ends In 0d 00h 00m 00s Coupon code: 50OFF
Free Exam Questions

010-160 Exam Questions & Answers

Linux Essentials - Exam 010, (version 1.6)  •  LPI

81 Questions 60 min Updated Sep 2026 99% Pass Rate
Get Full Access

100% money-back guarantee

Sample 010-160 Questions

Practice with real exam-style questions, each with the verified correct answer and explanation.

Q1 MultipleChoice

The current directory contains the following file:

-rwxr-xr-x 1 root root 859688 Feb 7 08:15 test.sh

Given that the file is a valid shell script, how can this script be executed? (Choose two correct answers.)

Correct Answer: D, E
Explanation:

A shell script is a file that contains a series of commands that can be executed by a shell interpreter. To execute a shell script, there are two main methods:

Method 1: Specify the path to the script file. This method requires that the script file has the execute permission, which can be granted by using the chmod command. The script file also needs to have a shebang line at the beginning, which indicates which interpreter to use for the script. For example, #!/bin/bash means to use the bash interpreter. To execute the script using this method, you can type the absolute path or the relative path to the script file. If you are in the same directory as the script file, you can use the ./ prefix to indicate the current directory. For example, ./test.sh will execute the test.sh script in the current directory.

Method 2: Pass the script file as an argument to the interpreter. This method does not require the execute permission or the shebang line for the script file. You can simply use the name of the interpreter followed by the script file name as an argument. For example, bash test.sh will execute the test.sh script using the bash interpreter.

Therefore, the correct answers are D and E. A. run test.sh is incorrect because run is not a valid command in Linux. B. ${test.sh} is incorrect because this syntax is used for variable expansion, not for executing a script. C. cmd ./test.sh is incorrect because cmd is not a valid command in Linux.Reference:

Linux Essentials Topic 105: The Power of the Command Line, section 105.3: Basic shell scripting.

How to Run a Shell Script in Linux [Essentials Explained] - It's FOSS

How To Execute a Command with a Shell Script in Linux | DigitalOcean

How To Run the .sh File Shell Script In Linux / UNIX

Q3 MultipleChoice

Which of the following values could be a process ID on Linux?

Correct Answer: E
Explanation:

A process ID on Linux is a unique integer value that identifies a running process. The process ID can range from 0 to a maximum limit, which is usually 32768 or higher, depending on the system configuration. The process ID of 0 is reserved for the kernel's idle task, and the process ID of 1 is reserved for the init system, which is the first process launched by the kernel. The process IDs are assigned sequentially to new processes, and are recycled when a process terminates. Therefore, the only valid value for a process ID among the given options is 21398, which is an integer within the possible range. The other values are not valid process IDs because they are either strings, hexadecimal numbers, or file paths, which do not match the format of a process ID on Linux.Reference:

Linux Essentials - Linux Professional Institute (LPI)

How Are Linux PIDs Generated? | Baeldung on Linux

Q4 MultipleChoice

Which command adds the new user tux and creates the user's home directory with default configuration

files?

Q5 MultipleChoice

Most commands on Linux can display information on their usage. How can this information typically be displayed?

Correct Answer: D
Explanation:

Most commands on Linux can display information on their usage by running the command with the option -h or --help. This option shows a brief summary of the command syntax, options, arguments, and examples. For example, runningls -horls --helpwill display the usage information for the ls command, which lists files and directories. The -h or --help option is a standard convention for most Linux commands, and it is useful for learning how to use a command or checking its available options. However, some commands may not support this option, or may use a different option to display usage information. In that case, you can use the man command to access the manual page for the command, which provides more detailed information on the command usage, description, options, arguments, examples, and references. For example, runningman lswill display the manual page for the ls command. The man command is one of the applications covered in the Linux Essentials certification program from the Linux Professional Institute (LPI).Reference:

Linux Essentials - Linux Professional Institute (LPI)

Linux Commands Cheat Sheet: Beginner to Advanced - GeeksforGeeks

Get access to all 81 verified questions with detailed answers.

Unlock All 010-160 Questions

Frequently Asked Questions

The Linux Essentials certification is an entry-level credential from the Linux Professional Institute (LPI) that validates fundamental Linux knowledge and skills. It is ideal for beginners, students, and professionals new to Linux who want to establish a foundation before pursuing advanced LPI certifications like LPIC-1.

The exam covers essential Linux concepts including basic command line usage, file systems, text processing, user and group management, and system administration fundamentals. It also includes topics on package management, networking basics, and security essentials for Linux systems.

The 010-160 exam is 60 minutes long with approximately 40 questions in multiple-choice and fill-in-the-blank formats. The passing score is typically 60%, though candidates should verify the exact requirements with LPI as this may vary.

The exam fee is generally around $120 USD, though pricing may vary by region and testing center. It is recommended to check the official LPI website or authorized testing providers for current pricing and any available discounts.

LPI provides official study materials, practice exams, and training guides available on their website. Candidates can also benefit from online courses on platforms like Linux Academy and Coursera, along with hands-on practice on Linux distributions like Ubuntu or CentOS.
Exam Details
  • Exam Code010-160
  • VendorLPI
  • Total Questions81
  • Duration60 min
  • LanguageEnglish
  • Version 1.6
  • Last UpdatedSep 1, 2026
4.9/5

Pass 010-160 First Time

Get all 81 exam questions with verified answers and 90-day free updates.

Buy Now & Pass
  • PDF + Practice Test Bundle
  • 90-Day Free Updates
  • 100% Money-Back Guarantee
  • Instant Download
  • 24/7 Customer Support
99% Pass Rate Trusted by 50,000+ IT professionals