How to set the timestamp on a file to a time in the past using Linux and bash.

This command will set the timestamp of a file in Linux to be in the past. I am not sure what use this is, but it shows what you can do with the Linux command line. john@adeptus-mechanicus ~/Documents $ touch -t 200510071138 root.jpeg john@adeptus-mechanicus ~/Documents $ ls root.jpeg -rw-r–r– 1 john john 385K 07-10-05 11:38 … Read more