Linux mengubah tanggal dan kemudian ubah file ctime

$ NOW=$(date) && date -s "2030-08-15 21:30:11" && touch file.txt && date -s "$NOW"
Dull Dogfish