quota

redeye

Verified User
Joined
May 11, 2004
Messages
150
Hi,

I have a user with 300MB in DA at diskspace. When I search his homedir, /var/spool/virtual and the databases and summerize them, I get to 75MB.

Where else can everything go?

Redeye
 
I have no idea.

But your system can tell you:
Code:
# find / -user USERNAME
of course replace USERNAME with the actual username.

Jeff
 
TY Jeff, but I tried it like this before:
Code:
find / -user xch1307 -depth -exec du {} \;

Doesn't bring up the clue :(.
 
how about just run (as root):
Code:
find / -user xch1307
And then manually investigate what you find?

Jeff
 
Back
Top