[X-Unix] re: quotas - My math stinks!
Eric F Crist
ecrist at secure-computing.net
Fri Jan 9 08:57:06 PST 2009
On Jan 9, 2009, at 10:51 AM, Eric F Crist wrote:
> 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
I hate replying to myself, but the following command will be a bit
more verbose, and useful (IMHO):
find /Users/randi -false -user randi -exec ls -lah {} \;
---
Eric Crist
More information about the X-Unix
mailing list