**Goal: Find the password and log into level 3. **

Lets first list out the files in the current directory.

bandit2@bandit:~$ ls
spaces in this filename

We can see the file named ā€˜spaces in this filenameā€™ we are after! Like level 2 we wonā€™t be able to directly able to use this filename so we will need to be clever. We can try putting our filename in quotation so that Linux will know that the spaces are a part of one filename.

bandit2@bandit:~$ cat 'spaces in this filename'
[REDACTED]

Now we have our password for level 3 and we sign into the next level!