Quantcast
Channel: User Kamil Maciorowski - Super User
Viewing all articles
Browse latest Browse all 837

Comment by Kamil Maciorowski on Create a loop touching file with time increasing by one second

$
0
0
"want to have those files created with different time" – With touch you can alter atime and/or mtime, then ctime gets updated automatically. Neither of these are birth/creation time. Several filesystems support btime/crtime, but AFAIK touch does not directly touch it. Even when it creates a file anew, btime is assigned automatically, not explicitly by touch. There are differences between systems, only some provide ways to change btime freely. What is your OS? Are you sure you mean "created"?

Viewing all articles
Browse latest Browse all 837

Trending Articles