The first field (drwxrwxr-x or -rw-rw-r-- in this case) tells us whether the file is a directory (d) or a regular file (-).
第一个字段(本例中为 drwxrwxr-x 或 -rw-rw-r--)告诉我们,文件是一个目录 (d) 还是一个普通文件 (-)。
The initial bit indicates whether the file is a directory. (In general, the initial bit indicates whether a file is special.
起始位表示该文件是否为目录(通常,起始位 表示该文件是否为特殊文件。
Line 17 - Checks if the file found is a directory.
第17行-检查发现的文件是否为一个目录。
应用推荐