linux/find

Find Files

Search for files in directory hierarchy

filesystem
search

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"