On Jan 9, 2009, at 9:59 AM, Charles Howse wrote: [snip] > Therefore??? du is telling me that there are files in /Users/randi > that belong to another user??? Does that make sense? How can we > check that? > And checking the reverse...the output of repquota...how can we check > the path for each file owned by user randi? > > Any other scenarios that would match what's going on? > (Again..WAY TO GO, big breakthrough on what I was looking for!) The following command should help you: find /Users/randi -false -user randi --- Eric Crist