Challenge Easy

Locate a File Hidden in an Unfamiliar Directory Tree

Unni P
by  Unni P · on
Linux
You have been dropped into a server you have never seen before. Somewhere in its directory tree is a configuration file, and part of the path is hidden from a normal listing. Find it without being told where to look.

A directory tree has been set up at /home/laborant/datacenter. It represents a handful of server racks, each holding a few nodes.

Somewhere inside it is a file called api-key.conf. Nothing will tell you which rack or node it belongs to, and a plain listing will not reveal the directory it sits in.

Find it.

Task 1: Report the location

Work out the full path of api-key.conf and enter it below.

Hint 1

A normal listing will not show you everything that is there.

Task 2: Leave a marker

Create an empty file called found.txt in the same directory as api-key.conf.

Task 3: One more hidden thing

There is also a hidden file sitting directly inside /home/laborant/datacenter, not in any of the racks. What is it called?

Give the name exactly as it appears.