# 2.5 Root User

There is always an ultimate user "*root*" in Linux, who has the right to do everything. Since the password is not yet set for "root", it is impossible to login in as root. However, a "sudoer" user, which is "student" in our case, may upgrade itself to "root" via the command `sudo`: execute`$ sudo su`followed by entering the password of "csci3150". Note that the ending character of the command prompt changes from`$`to`#`after`sudo`. To downgrade yourself back to "csci3150", execute `exit`. Also you can use a shortcuts `Ctrl`+`D`&#x20;

<figure><img src="/files/YGEKJHOnPl41q3HEhrmE" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://eric-lo.gitbook.io/lab1-linux-basic/2-terminal/2.5-root-user.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.
