You've gained access to a Linux machine. Use basic commands to explore the filesystem and find the hidden flag.
ls to list files in the current directory.ls -a to see hidden files and directories. Then cd into interesting folders.cat to read file contents. The flag format is FLAG{...}