Hi, On 4/24/07, G.T.Smith <[EMAIL PROTECTED]> wrote:
access time == modification time == creation time
Note that ctime is *not* creation time, it's change time. It is set any time some metadata about the file is changed (user/group ownership, change in access rights, extended attributes). See the stat(2) manpage for more info. Unix filesystems have no concept of creation time. Joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
