정보보안기사 제11회 4번

IT위키

과목: 시스템 보안

문제[편집 | 원본 편집]

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

  • ① find / -type f (-perm -1000 -0 perm -2000 ) -print
  • ② find / -type f (-perm -2000 -0 perm -4000 ) -print
  • ③ find / -type f (-perm -100 -0 perm -200 ) -print
  • ④ find / -type f (-perm -200 -0 perm -400 ) -print

풀어보기[편집 | 원본 편집]

정답[편집 | 원본 편집]

  • 2번

해설[편집 | 원본 편집]

같이 보기[편집 | 원본 편집]