Linux下的文件有3個時間屬性
access time (atime): 對文件訪問的時間
modification time (mtime): 文件內容修改的時間
change time (ctime): 文件屬性(比如權限)修改的時間。一般mtime改變時ctime也會改變。
但是沒有創建的時間。用stat命令可以看到這幾個時間。用ls也可以,但是麻煩一些
在網上找到了一個表,列出了常見的系統調用對這幾個時間的影響,包括對父目錄的影響,很清晰
Linux下文件的三個時間:ctime、mtime、atime的區別
linux中atime mtime ctime
Linux系統中atime ctime mtime之間區別
Linux -atime、mtime、ctime
linux atime mtime ctime
atime、ctime與mtime,atime,ctimemtime