[TUHS] Quick Question: Early Filesystems and Name/Metadata Separation?

George Michaelson via TUHS tuhs at tuhs.org
Tue Sep 16 19:58:20 AEST 2025


stat() mostly return information from the inode

Which is not the contents of the file. It's data about the file. It's
attributes, such as creation and modification times, its owner and group,
pointers to extended attributes.

Its... metadata.

G


More information about the TUHS mailing list