I need to know if I can trust the Modified Date attribute of a file, there is any way to make a file seem older than it truly is?
Asked
Active
Viewed 1,584 times
3 Answers
9
No, you cannot trust any of the date/time stamps on a file. It is relatively straightforward to change the timestamps

Izzy
- 8,224
- 2
- 31
- 35
-
I've deliberately changed the last-modified date on files to keep certain people happy. You definately cannot trust it, at all. – Mark Henderson Jul 06 '09 at 21:33
2
You can't trust it - there are tools (such as 'touch') which allow you to set such file metadata.

Moo
- 2,244
- 21
- 23
-
touch(1) being a standard command in all Unix/Linux/BSD distributions that I have seen. – user1686 Jul 07 '09 at 07:57