How to install Unix ctime file ?
(I would prefer the answer in terms of Python. If there is no way to do this with standard Python, then I assume that C is OK too).
(Note: I know that you can use os.utime to install the atime and mtime file. I am interested in installing ctime.)
(Note2: I hope there is an answer that works for any POSIXoid Unix, but if not, I'm interested in Darwin and Ubuntu.)
source
share