Cryptic ClamAV 결과 로그 파일?

Cryptic ClamAV 결과 로그 파일?

ClamAVLMDE4에 설치 하고 다음을 사용하여 실행했습니다.

sudo clamscan -ir ./ | grep FOUND >> /home/user/Desktop/clamscan_results.txt

결과 파일에는 다음 내용만 포함됩니다.

Binary file /bin/ntfsfix matches
Binary file /bin/busybox matches
/etc/nsswitch.conf:hosts:          files mdns4_minimal [NOTFOUND=return] dns myhostname

무슨 뜻이에요? 또한, 이 작업을 수행할 때

sudo clamscan / --recursive | tee clamscan.log

Permission denied.에도 불구하고 많은 파일이 던져지는 것을 볼 수 있습니다 sudo. 왜 그런 겁니까?

관련 정보