At the very least, you can't tell a file entry from a directoryentry from the name alone.
至少,仅根据目录条目的名称,您无法辨别文件条目。
2
A directoryentry contains a name for a file or directory and a pointer to the inode where the information about the file or directory is stored.
一个目录条目包含一个文件名或目录名,以及存储有文件或目录相关信息的inode的指针。
3
A hard link is a directoryentry that points to an inode, while a soft link or symbolic link is a directoryentry that points to an inode that provides the name of another directoryentry.