I would like to be able to change the file modification date for use in a web application. While I'm testing this directly on the command line. Works fine on my mac, but when I do this on a Linux server, get an error.
Command: / bin / touch -m -t 200906041200 / foo / bar / file.whatever
Error: / bin / touch: installation time `/foo/bar/file.whatever ': operation not allowed
This file is 777.
source share