IT/리눅스(Linux)
유닉스에서 SetUID와 SetGID가 설정된 파일 검색 명령어
MirDaTe
2021. 9. 1. 13:18
728x90
find / type f \(-perm -2000 -o -perm -4000\) -print
-o 옵션 : OR연산
-a 옵션 : AND연산
type f : 일반파일