Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A single chain of symbolic links connects several files. Follow the chain with ls or readlink until you reach the real file.
ls -l shows the arrow notation (-> ) for symlinks
readlink -f resolves the final real path in one step
Follow the chain starting from start.txt