Changing File Times

If you've ever wondered how easily you can change the times associated with files in Linux, let me show you. Compile the time_change.c file (for example with gcc -Wall -ansi -o change time_change.c) and run it with a file as a parameter. It will update the file's modification time so it reads three days earlier. This is why you can't trust file access times, in general.