R redeye Verified User Joined May 11, 2004 Messages 145 Aug 31, 2007 #1 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
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
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Aug 31, 2007 #2 I have no idea. But your system can tell you: Code: # find / -user USERNAME of course replace USERNAME with the actual username. Jeff
I have no idea. But your system can tell you: Code: # find / -user USERNAME of course replace USERNAME with the actual username. Jeff
R redeye Verified User Joined May 11, 2004 Messages 145 Sep 1, 2007 #3 TY Jeff, but I tried it like this before: Code: find / -user xch1307 -depth -exec du {} \; Doesn't bring up the clue .
TY Jeff, but I tried it like this before: Code: find / -user xch1307 -depth -exec du {} \; Doesn't bring up the clue .
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Sep 3, 2007 #4 how about just run (as root): Code: find / -user xch1307 And then manually investigate what you find? Jeff
how about just run (as root): Code: find / -user xch1307 And then manually investigate what you find? Jeff