- 主题:修改文件的创建日期要用哪个 API?
Fat, ntfs系列 里头有create time, linux 上绝大部分fs ctime 是change time, utime 函数组就可以改变。
--
FROM 119.8.177.*
btime怎么显示?
【 在 gameplayer 的大作中提到: 】
: ctime是change time, creation是btime,man statx或者man inode:
: /* The following fields are file timestamps */
: struct statx_timestamp stx_atime; /* Last access */
: ...................
--
FROM 113.108.77.*
stat可以显示,看Birth那一行, 或者stat -c %w xxx
【 在 JulyClyde (我的月份又来了) 的大作中提到: 】
: btime怎么显示?
--
FROM 222.128.5.*
哦,birth啊
【 在 gameplayer 的大作中提到: 】
: stat可以显示,看Birth那一行, 或者stat -c %w xxx
--
FROM 27.38.203.*