Not existing user is using almost all his not existing disk space

Mitch

Verified User
Joined
Apr 16, 2013
Messages
75
Hi,

I just received a mail with the message:
"User mitchel9 has used up 0.00% of their bandwidth and 95.0% of his/her allocated disk space"

mitchel9 is a old user and doesn't exist anymore.

"# id mitchel9
id: mitchel9: No such user"

There is also no dir in "/home/mitchel9"

What to do?
 
Hello,

What do you see with ?
Code:
ls -la /usr/local/directadmin/data/users/mitchel9
grep mitchel9 /usr/local/directadmin/data/admin/show_all_users.cache
 
Hello,

What do you see with ?
Code:
ls -la /usr/local/directadmin/data/users/mitchel9
grep mitchel9 /usr/local/directadmin/data/admin/show_all_users.cache

# ls -la /usr/local/directadmin/data/users/mitchel9
ls: cannot access /usr/local/directadmin/data/users/mitchel9: No such file or directory

# grep mitchel9 /usr/local/directadmin/data/admin/show_all_users.cache

grep can't find anything, I did searched into the file but nothing found..

strange issn't it?
 
Back
Top