Quoting Christian Haugan Toldnes <[EMAIL PROTECTED]>: > > (Jun 14 2005 15:51) Ari�n Huisken wrote: >> So, I could run a script daily like: >> for i in `ls /home/users |cut -f0-1 -d/` ; do >> chown $i.users /home/users/$i >> done >> Or something more fancy... > > > I thought of that as well, problem is that it does not inhibit httpd to > create files, only the user. > > Root can always chown stuff, quota or no quota, and the result of this > script would be a user with increasing amount of files, just like today. > > User could of course be notified that he is over quota, but can still > continue to upload files via http.
Yep, that's true, but not only the user gets an annoying message every day, also me :) So at least I know the user is exceeding the quota and I can kindly ask him to delete files or disable the account. -- Ari�n Huisken Xilay Software _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
