Diskquota

Whyti

Verified User
Joined
Apr 29, 2005
Messages
14
Diskusage

Hi All,

I've some sort of a problem. DA says of some of the users they're using to much diskspace (200MB out of 50MB) but I can't find where the big files are. Mail is about 50MB, website, Mysql, backups and all that isn't more than a couple of MB's.

I've this strange thing with a couple of accounts. Why do they use so much diskspace, said by DA, but I can't find anything?

Hopefully someone here nows what to do...

Thanks!
 
Last edited:
Use the find command to find all files owned by a given user.
Code:
# find / -user USERNAME
Replace USERNAME with the username.

Jeff
 
Back
Top