atime last access time in seconds since the epoch
mtime last modify time in seconds since the epoch
ctime inode change time in seconds since the epoch
是不是linux/unix下没有文件创建时间这个属性?
...全文
1283打赏收藏
LINUX下有没有文件创建时间这个属性?
据我所知,可以查到三个有关文件时间的属性: atime last access time in seconds since the epoch mtime last modify time in seconds since the epoch ctime inode change time in seconds since the epoch 是不是linux/unix下没有文件创建时间这个属性?