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

# Въведение

Настоящият проект **Линукс Системно Програмиране** е съвместна инициатива на Бургаски Свободен Университет и IBA Bulgaria, като допълнителен ресурс към безплатният курс **Линукс системно програмиране**. Учебното пособие е налично за свободно четене под формата на [електронна книга](https://dimitar-minchev.gitbook.io/linux-system-programming/). Учебните ресурси са налични за свободно изтегляне от [електронно хранилище](https://github.com/dimitarminchev/LSP/). Всични материали се разпространяват под лиценз [CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/).

| Формат                                                                 | ISBN              |
| ---------------------------------------------------------------------- | ----------------- |
| [PDF](https://github.com/dimitarminchev/LSP/blob/Bulgarian/book.pdf)   | 978-619-7126-69-3 |
| [MOBI](https://github.com/dimitarminchev/LSP/blob/Bulgarian/book.mobi) | 978-619-7126-70-9 |
| [EPUB](https://github.com/dimitarminchev/LSP/blob/Bulgarian/book.epub) | 978-619-7126-71-6 |

## Автор

**Димитър Минчев** е университетски преподавател към Център по информатика и технически науки при Бургаски свободен университет. Подготвя студенти за [Републиканската студентска олимпиада по програмиране](http://www.bcpc.eu/) в [Клуб по състезателно програмиране](https://dev.bfu.bg/). Организира съревнование за разработка на настолни и мобилни приложения [ХАКАТОН @ БСУ](https://dev.bfu.bg/hackathon/). Създава уникалните [Академията за таланти по програмиране](http://atp.bfu.bg/) и [Школа по роботика](http://robots.bfu.bg/) за ученици от Бургас. Инициира ученическото състезание по програмиране [CODE@BURGAS](https://spoj.bfu.bg/). Участва в националната програма [Обучение за ИТ умения и кариера](https://github.com/dimitarminchev/ITCareer) на Министерството на образованието и науката.

| Контакт                                                            |
| ------------------------------------------------------------------ |
| Служебен: тел. +359 56 900 477 и e-mail: <mitko@bfu.bg>            |
| Личен: моб. +359 899 148 872 и e-mail: <dimitar.minchev@gmail.com> |
| Блог: <http://www.minchev.eu>                                      |


---

# 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://dimitar-minchev.gitbook.io/linux-system-programming/readme.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.
