How to install ctime file using Python?

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.)

+5
source share
1 answer

ctime . mtime, . , AFAIK, ctime API .

root, , - , ctime , . , inode . , , .

+6

All Articles