> For the complete documentation index, see [llms.txt](https://eric-lo.gitbook.io/lab1-linux-basic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eric-lo.gitbook.io/lab1-linux-basic/2-terminal/2.5-root-user.md).

# 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>
