linux - Is there a way to know the creation time of a file in ubuntu? -
i using ubuntu , want know creation time of file when gets modified or accessed ?
unfortunately unix not store creation time of file.
all able using stat is
- time of last access
- time of last modification
- time of last status change
note: when using filesystem type ext4 crtime available!
Comments
Post a Comment