set file modified date time in linux – ubuntu
Answered
How to set file modified date time in linux – ubuntu
Add Comment
Best answer
touch -a -m -t YYYYMMDDHHMM.SS filename
For example:
touch -a -m -t 201804261824.09 filename.doc
For more information, follow the reference url.
https://blog.eduguru.in/linux-2/changing-a-files-date-created-and-last-modified-attributes-in-linux