Two command that are used in Linux operating system to locate files on a filesystem are locate and find.
# find / -name data.txt
The find command has a number of options. This makes the find command very configurable
# locate data.txt
The locate command uses a previously built database.