Rebuilding

Introduction to linux command find (12)

The find command is mainly used to find files. It is a very complex command parameter that is difficult to master: - P: Do not follow symbolic links. This is the default behavior. When searching for a check or print information file, and the file is a symbolic link, the information used should be obtained from the attributes of the symbolic link itself- 50: Follow symbolic links
read the whole passage