1 Answer
To change the timestamp of a directory on centos 7.6,try running this command.
touch -a -m -t YYYYMMDDHHMM.SS `Filename-or-Directory-name`
YearMonthDateHoursMinutes.Seconds is the timestamp format.
Your Answer
x