mtime1 리눅스 find 명령어 atime,ctime,mtime 차이점 find #>find [path] [option] [option] -print ( default ) : 표준 출력으로 검색된 파일명을 출력한다. -type [type] d 디렉터리 파일 f 일반 파일 b,c 장치 파일 l 소프트 링크 파일 -exec [command] \; : 찾은 각 파일에 대해 지정된 명령을 실행한다. -delete -name [name] : 지정된 이름의 파일을 찾는다 -size [num] : 지정된 크기의 파일을 찾는다 +[num] -[num] -user [user_name] : user 소유의 파일을 찾는다 -group [group_name] : group 소유의 파일을 찾는다 -nouser 소유자 X -nogroup 소유그룹 X -perm [perm] : 해당.. 2023. 11. 2. 이전 1 다음