리눅스 n일 이내에 수정된 파일 찾기

Jmnote (토론 | 기여)님의 2014년 1월 3일 (금) 01:12 판 (Jmnote 사용자가 지난 일주일동안 변경된 파일 찾기 문서를 리눅스 지난 n일동안 변경된 파일 찾기 문서로 옮겼습니다)
n일 내에 수정된 파일 찾기
지난 n일동안 변경된 파일 찾기

1 명령어

find 폴더 -type f -mtime -일수 -print

2 실행예시

[root@jmnote ~]# find /var/log/httpd -type f -mtime -7 -print
/var/log/httpd/error_log-20131229
/var/log/httpd/error_log
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}