서버 전체에 수정된 파일 검색에 요긴하다.

 

find / -ctime -3 -type f


-ctime
Many times this is understood as a creation time but that wrong. Ctime is change time
of file stats such as ownership, what permissions it has etc.
파일의 정보가 변경된 시간 chmod, chown과 연관성이 있습니다.

-mtime
File modification time. Value of mtime is updated when content of file changes.
파일의 내용이 변경된 시간 ls -l 에서 나오는 시간

-atime
File access time. Value of atime is modified when file is opened.
파일을 열어본 시간 또는 디렉토리에 cd명령으로 접근한 시간

-5
서버에서 5일전에 변경된 파일