a**n 发帖数: 313 | 1 say, if the file is created now, I want to change the
time to 1 month ago in unix.
How? |
su 发帖数: 149 | 2 There is a "utime" system call that can do this.
【在 a**n 的大作中提到】 : say, if the file is created now, I want to change the : time to 1 month ago in unix. : How?
|
su 发帖数: 149 | 3 There is a "utime" system call that can do this.
【在 a**n 的大作中提到】 : say, if the file is created now, I want to change the : time to 1 month ago in unix. : How?
|
j***y 发帖数: 87 | 4 just use 'touch'.
【在 a**n 的大作中提到】 : say, if the file is created now, I want to change the : time to 1 month ago in unix. : How?
|
a*****i 发帖数: 4391 | 5 no, you can't change the creation time of a file in UNIX. It is not even
recorded in file stats anyhow.
【在 a**n 的大作中提到】 : say, if the file is created now, I want to change the : time to 1 month ago in unix. : How?
|
j***y 发帖数: 87 | 6 It's true that no creation time is recorded to any file under UNIX. But I
think what he's talking about should be change time or modify time.
【在 a*****i 的大作中提到】 : no, you can't change the creation time of a file in UNIX. It is not even : recorded in file stats anyhow.
|