I would like to be able to change a file's modification date for use in a web application. For the time being I am testing this directly on the command line. Works fine on my mac, but when I do this on a linux server get error.
Command: /bin/touch -m -t 200906041200 /foo/bar/file.whatever
Error: /bin/touch: setting times of `/foo/bar/file.whatever': Operation not permitted
The file in question is 777.