Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 254 Bytes

level3.md

File metadata and controls

11 lines (6 loc) · 254 Bytes

level3

ls to see a directory named 'inhere'.

cd inhere to go in it, trying ls now gives no output.

we do ls -a instead to see hidden files, there is a file named '.hidden'.

cat .hidden to read its contents.

save the psswd and exit.