procmail
[Top] [All Lists]

Re: The file :0

2005-12-22 07:31:09
On Thu, 22 Dec 2005 12:50:33 +0100 Dallman Ross <dman(_at_)nomotek(_dot_)com> 
wrote:

[...] >  If there are too many, try more options to find, such as: >  >
  find / -mtime -5 -type f -user udi -print0 2>/dev/null >  > Dallman

If this is a local system to which you have root access and you have the
'locate' program installed (indexed uber-find) the as root run 

updatedb

then as user or as root run 

locate ':0' 

It worked great here.

find ~ -name '*:0'

worked as well. 

If you aren't finding it with 'find' then it most likely got written
somewhere (like to '/') that it wasn't allowed to write as a normal user so
the mail went to the great bit bucket in the sky.

Gerald

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>