Find / -name ‘*’ will List all files and directories recursively starting from / List a file named * in / List all files in / directory List all files and directories in / directory code example
Example: list all files in a directory and subdirectory linux
find . -type f -follow -print