Hacker News new | past | comments | ask | show | jobs | submit login

ctime is also useful because it's harder to forge. You can normally set the mtime on your files to whatever you want, but forging the ctime normally requires either directly modifying the filesystem structures on disk, or changing the system clock.



ctime is trivial to manipulate. For instance, 'touch -t 1111111111 foo'


You are wrong; -t does not change the ctime. It changes the atime and mtime. You cannot change the ctime using touch.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: