Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos stalling

Sophos stalls when I reaches a certain file (crushftp3.dmg). I have searched my MAC and no such file is found. How can I delete this file and get the scan to continue?

:1014235


This thread was automatically locked due to age.
Parents
  • From Terminal you can run the below to see if the file exists in your account’’’’s home folder:

    find ~/ -name "crushftp3.dmg"

    Or check all home folders with:

    sudo find /Users/ -name "crushftp3.dmg"

    Or the entire computer:

    sudo find / -name "crushftp3.dmg"
    :1014285
Reply
  • From Terminal you can run the below to see if the file exists in your account’’’’s home folder:

    find ~/ -name "crushftp3.dmg"

    Or check all home folders with:

    sudo find /Users/ -name "crushftp3.dmg"

    Or the entire computer:

    sudo find / -name "crushftp3.dmg"
    :1014285
Children
No Data