> For the complete documentation index, see [llms.txt](https://borosan.gitbook.io/lpi-linux-essentials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://borosan.gitbook.io/lpi-linux-essentials/introduction.md).

# Introduction

Welcome to LPI Linux Essentials  Study guide. This book is a starting point for learning Linux and aims to reduce the learning curve of Linux. You can view the Linux Essentials Exam 010 Objectives [here](https://www.lpi.org/our-certifications/exam-010-objectives/).

Many of the topics discussed in this book will be covered in detail later in LPIC-1. Although you do not need to take the LPI Essentials exam to participate in the LPIC-1 exame, but it is recommended to study  it before starting the LPI-1 course.

By Payam Borosan

* Site: [www.linuxcert.ir](http://linuxcert.ir/)
* GitBook: [borosan.gitbook.io/lpi-linux-essentials/](https://borosan.gitbook.io/lpi-linux-essentials/)
* e-mail: p.borosan \[at] gmail.com

Donation :

* coffeete (from IR): <https://www.coffeete.ir/borosan>
* bitcoin: bc1qhm5nr98su6xupv4dd6zt2m0sq2dzxh69zejm85
* ethereum: 0x6F3D43A6957CC61b74Fe85Ad52D05d91a2B13c67
* litecoin: ltc1qvxu57q2f3ay9tzu6tffkayc65te80vax9wzxn7

<figure><img src="/files/KzMQILJ5Y7ODcgwnjXOj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tTQOhOAz5cMEBjCqn0hq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://borosan.gitbook.io/lpi-linux-essentials/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
