26. SetUID와 SetGID가 설정된 모든 파일을 찾으려는 명령어가 바르게 기술된 것은?
- 1find / -type f \(-perm -1000 -0 perm -2000 \) -print

- 2find / -type f \(-perm -2000 -0 perm -4000 \) -print

- 3find / -type f \(-perm -100 -0 perm -200 \) -print

- 4find / -type f \(-perm -200 -0 perm -400 \) -print
