특정 기간에 수정되거나 액세스 된 파일 검색
1. the modified files within n days(-ctime)
찾기 . -type f -ctime -n
introduction:
(1) -유형 f 전용 검색 파일 ,사전 제외
(2)ctime, the character c means change.
(3)-ctime +n: before n days; -ctime –n: within n days.
예시:
ctime: this parameter means the status of changes of date
2. The accessed status within n days(-actime)
찾기 . -type f -atime -n
introduction:
atime, the character a means access