Find Command On Linux
When Unsure Of Name Use Wildcard Patterns To Look For A File
To look for a file with a wildcard pattern it may be useful to wrap pattern in single quotes. If you are looking for a file with a .pdf extension, try:
$ find / -name '*.pdf'