use the ls utility with the "long listed format" to display info about the contentsof the current working directory as well as a list code example
Example: list all files in a directory and subdirectory linux
find . -type f -follow -print
find . -type f -follow -print