**Level Information**
> [!important] The password for the next level is stored in a hidden file in the **inhere** directory.
>
>
>
> **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)
- To begin, list all files and directories in the current directory. You’ll find a directory among them, which you can access using the `cd` (change directory) command.
- Inside this directory, there is a hidden file. To view hidden files, use the `-a` option with the `ls` command, as hidden files start with a dot (`.`) in their names. Once you locate the hidden file, use the `cat` command to display its contents and find the password.
![[Level 3 - 4.png]]