进一步阅读

进一步阅读

《男人》中find-ctime

-ctime n 
          File status was last changed n*24 hours ago.  See the comments
          for -atime to understand how rounding affects the interpretation
          of file status change times.

-atime n
          File  was  last  accessed n*24 hours ago.  When find figures out
          how many 24-hour periods ago the file  was  last  accessed,  any
          fractional part is ignored, so to match -atime +1, a file has to
          have been accessed at least two days ago.

我知道从这里文件ext4系统存储创建日期,您可以使用它statsstatus change times他们在手册中所说的与给出的相同吗stats?或者准确地说,是ctime文件的创建日期?

答案1

相关内容