Q.172022년1회1과목 · 시스템 보안🔖 저장🚨 오류신고소유권 없는 파일을 찾는 명령어 및 옵션이 아닌 것은?1find / -ls 2 >/dev/null2find / \( -nouser -o -nogroup \) -xdev -exec ls -al{}\; 2> /dev/null3find / -nouser -print4find / -nogroup -print정답: 1번 · find / -ls 2 >/dev/null해설오답률해설 불러오는 중…정답 확인