How to allow everyone to set the last modified time of a file?
[ Log in to get rid of this advertisement]
cp -p allows preserving date and time stamps and touch has some parameters to set a custom last modified time (mtime).
But normally, in Linux (and Android by extension), only a file owner can set a custom date and time.
Is there a way to give everyone the ability to set a custom date and time of a file?
|