**Level Information**
> [!important] The password for the next level is stored in the only human-readable file in the **inhere** directory. Tip: if your terminal is messed up, try the “reset” command.
>
>
>
> **Commands you may need to solve this level**
>
> - [ls](https://manpages.ubuntu.com/manpages/noble/man1/ls.1.html) , [cd](https://manpages.ubuntu.com/manpages/noble/man1/cd.1posix.html) , [cat](https://manpages.ubuntu.com/manpages/noble/man1/cat.1.html) , [file](https://manpages.ubuntu.com/manpages/noble/man1/file.1.html) , [du](https://manpages.ubuntu.com/manpages/noble/man1/du.1.html) , [find](https://manpages.ubuntu.com/manpages/noble/man1/find.1.html)
- Start by using the `ls` command to see what files and directories are accessible.
- Next, navigate into the desired directory using the `cd` command.
![[Level 4 - 5.png]]
- You can view the contents of the files one by one, which would take a long time, OR you could use the `head` or `tail` commands to see the beginning or end of the files, respectively.
![[Level 4 - 5-1.png]]