목표 서버 전체에서 특정 조건(소유자 bandit7, 그룹 bandit6, 크기 33자)의 파일 찾기.
실행 명령어
find / -user bandit7 -group bandit6 -size 33c 2>/dev/null cat /var/lib/dpkg/info/bandit7.password
(2>/dev/null)