Greetings from Greece,
I searched the forums but didn't find anything (the word 'nobody' is a common word and the search engine didn't include it in the search criteria, so I couldn't do a successful search).
Some PHP scripts (like galleries) allows the site's visitors to upload files. Those files are uploaded as user 'nobody' and don't count for the user's quota. For example, I've a user with quota 200MB (user1) and in "quota user1" I see that the user uses 100MB but when I go at /home/user1/www and enter "du -sh */" I see an "uploads" directory that has 450MB of files.
Does anyone know how to fix that "problem" and have everything that PHP scripts under user1 upload count at user1's total disk quota?
Thank you in advance
I searched the forums but didn't find anything (the word 'nobody' is a common word and the search engine didn't include it in the search criteria, so I couldn't do a successful search).
Some PHP scripts (like galleries) allows the site's visitors to upload files. Those files are uploaded as user 'nobody' and don't count for the user's quota. For example, I've a user with quota 200MB (user1) and in "quota user1" I see that the user uses 100MB but when I go at /home/user1/www and enter "du -sh */" I see an "uploads" directory that has 450MB of files.
Does anyone know how to fix that "problem" and have everything that PHP scripts under user1 upload count at user1's total disk quota?
Thank you in advance