Level Goal The password for the next level is stored in a hidden file in the inhere directory. 1. Since the problem states there is a hidden file inside the inhere directory, I navigated into it using the cd command. Running ls showed nothing - it really was hidden. 2. Looking through the options for the ls command listed under "Commands you may need to solve this level", I found that the -a option does not ignore entries starting with .. I tried it immediately. 3. Discovered a hidden file named ...Hiding-From-You. Found it.
3
0