Command
findExplanation
find is used to search for the files in the directory hierarchy. It searches for the files in the directory hierarchy.
Examples
Find all .conf files
find / -name "*.conf"findfind is used to search for the files in the directory hierarchy. It searches for the files in the directory hierarchy.
Find all .conf files
find / -name "*.conf"