Every time you run the find command it evaluates each file and returns the appropriate response. This can be a slow process at times. For instance, if you are looking for a file on the system and cannot narrow its location down to a subdirectory you would run find / -name something. That command looks at each and every file on the system.

