Space exceed file limit.

mikegrungey

Verified User
Joined
May 9, 2008
Messages
23
Hi.

One of my client has already exceed space limit(1GB) but when i check the current file size its only use 800MB.

How or what should i do in this case.
 
Do whatever you want. DirectAdmin is counting all the files owned by the user. You can figure out which files by running this command through a root shell:
Code:
# find / -user USERNAME
replacing USERNAME with the user name.

Jeff
 
Back
Top