Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
You've connected to a Linux server! There's a file with the flag in the home directory. Use basic commands to find the flag. Available commands: - ls: list files - cat filename: display file contents - cd directory: change directory
First, use `ls` to see the file list
Is there a file called `flag.txt`?
Run `cat flag.txt`