1. SetUID와 SetGID가 설정된 모든 파일을 찾으려는 명령어가 바르게 기술된 것은?

  • 1
    find / -type f \(-perm -1000 -0 perm -2000 \) -print

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

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

  • 4
    find / -type f \(-perm -200 -0 perm -400 \) -print
--:--
오류 내용 신고