System quota bug

paul.lkw

Verified User
Joined
Oct 25, 2007
Messages
10
Hello All:
I find Linux seems a BUG in quota;
If one user in /home/some_user/public_html/app created an application for uploading files then these uploaded files should have the ownership "apache" and I find the system can not count the quota inside "app" because inside "app" all files owner is "apache" that make the user can use unlimited quota!
Does any one know how to override this issue?

Thx for any suggestion.
 
This is NOT a bug in quota; quota is designed to count only files owned by the user, and it's doing that.

DirectAdmin should count all files used in the /home/USERNAME directory as belonging to username, independently of the quota command.

Jeff
 
Back
Top