Protected_Time of last access, since epoch
Time of file creation, since epoch
Block size for file system I/O
Time of last time file status was changed, since epoch
Optional InternaldataUsed by inodes
ID of device containing file
Optional InternalflagsUsed by inodes
Group ID of owner
Inode number
Unix-style file mode (e.g. 0o644) that includes the type of the item.
Time of last modification, since epoch
Number of hard links
Device ID (if special file)
Size of the item in bytes. For directories/symlinks, this is normally the size of the struct that represents the item.
User ID of owner
Optional InternalversionUsed by inodes
Protected_InternalChecks if a given user/group has access to this item
The requested access, combination of W_OK, R_OK, and X_OK
Optionalcontext: V_ContextTrue if the request has access, false if the request does not
Implementation of Node's
Stats.Attribute descriptions are from `man 2 stat'
See