> The only properties in a directory entry are a name, entry type > (regular > file, directory, block device, etc.), and an inode number. > No, the only properties in a directory entry are the name and inode number. The rest of the information comes from the inode (that's what stat(2) is for).