추가 읽기

추가 읽기

"남자"는 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시스템은 생성 날짜를 저장합니다. 이를 사용할 수 있습니까 stats? status change times설명서에 나와 있는 내용과 동일합니까 stats? 아니면 정확히 말하면 ctime파일 생성 날짜인가요?

답변1

관련 정보