Try to find the file with the find command as in #find / -name 'filename' . In this example 'find' is the command, '/' is begin at the root directory, -name is the switch and 'filename' is the file you are looking for. The filename must be in single quotes and wild cards are allowed such as ? and *. Goto google.com and search for the find command. BTW the Primary Ibay web doc root is at '/home/e-smith/files/primary/html'
Bill