Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!bu-cs!buengc!bph From: bph@buengc.BU.EDU (Blair P. Houghton) Newsgroups: comp.unix.ultrix Subject: Re: DECnet Mail Message-ID: <5041@buengc.BU.EDU> Date: 7 Dec 89 17:05:39 GMT References: <803@umt.UUCP> <6490@shlump.nac.dec.com> <804@umt.UUCP> Reply-To: bph@buengc.bu.edu (Blair P. Houghton) Followup-To: comp.unix.ultrix Organization: Boston Univ. Col. of Eng. Lines: 18 Dratted mail; bounced like Morganna... In article <804@umt.UUCP> marsh@umt.UUCP (Paul Marsh) writes: >In article <6490@shlump.nac.dec.com>, michaud@decvax.dec.com (Jeff Michaud) writes: >> The problem could be as simple as /tmp and/or /usr/tmp having the wrong >> permissions set on them. > >agghhh! Bit again. My cute crontab cleanup command, does more than clean up >old files. (find /usr/tmp -mtime +1 -a -exec rm -r -f {} \;) It sometimes >cleans up the directory too. This shouldn't be too difficult to fix. Many >thanks Jeff (and Fred), things work much better now. Try adding the flag '-type f', or even '-a \( -type f -o -type l \)' to the find(1) you show above. RTFM for what it means. --Blair "All things considered, I'd rather see Morganna bounce."