Hi, How do I change the birth time of a file? `touch -acm -d "1980-01-01 00:00:00" myfile` changes only the access, modify and change times.
`stat myfile` returns `10 215746 -rw-r--r-- 1 me me 0 0 "JanĀ 1 00:00:00 1980" "JanĀ 1 00:00:00 1980" "Jan 16 13:00:33 2020" 16384 0 0 myfile` Thanks! Sent with ProtonMail Secure Email.