On 9/3/11 1:25 AM, Paul Kraus wrote:
On Fri, Sep 2, 2011 at 11:37 AM, Anne Wilson<cannewil...@googlemail.com>  wrote:

No.  As I reported yesterday, that returns

ls: cannot access
/home/anne/.kde/share/apps/kmail/imap/.1687036093.directory/.INBOX.directory/Newsletters:
No such file or directory

Anne,
     Typical troubleshooting something like this (a problem is reported
in a certain file or directory that you cannot later find) involves
walking the *entire* path, starting at the root (/) and seeing where
the trail ends.  For example, start with:

Start with cd /home/anne && find ./ -ls |less

or use the locate command in a terminal to locate the suspect file(s) (presumes the locate db is refreshed regularly).

Don't use ls except as ls -la or ls -laR, and pipe the output to a file or less.

dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to