Command
find
Explanation
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"
find
find 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"