sco unix inode structure.
sco unix inode structure.
i have read quite a few threads here about the unix file creation date. i was interested in finding how to display it using a unix command. find did not help me so i looked at man inode. i found direction to htino.h which is described as the
structure of the inode for s51k (unix), htfs, eafs and afs. in this file i found
a structure dinode32 which contained the atime, mtime, ctime, and crtime with the crtime being the "/*time file was created*/".
does anyone know if this is being used by anyone and whether or not this is true for linux?
|