Saturday, March 15, 2025

Overthewire - Bandit - 3-4

In this exercise, I had to change directory by naming the directory explicitly.  Once in there, the 'ls' command did not list the file, so I had to use the 'find' command.  The file itself began with a '.' and a '/' so it was a bit tricky to get to (for a newbie).  But once I did 'cat ./...Hiding-From-You' (I actually copied and pasted the exact file name), it opened without a hitch. 



No comments:

Post a Comment

Overthewire - Bandit - 4-5

Level 4-5: This was another exercise on precise use of special characters and directory commands. Very similar to the last two.