calabiyau Posted July 22, 2007 Share Posted July 22, 2007 Something i've been wondering about. Let's say you have a server set up with multiple users each with their own /home directory and you have quota's set for that partition to limit their storage capability. They are running php based software that allows file uploads. php is running as an apache module as user nobody. When they upload that file, are they uploading as user nobody and hence their quota doesn't change? Or does unix calculate quota's based off the contents of their /home/user folder? maybe this belongs in the linux section, but it's php too. thanks. Link to comment https://forums.phpfreaks.com/topic/61297-php-user-nobody-unix-users/ Share on other sites More sharing options...
trq Posted July 22, 2007 Share Posted July 22, 2007 Quotas are calculated on the contents of their /home/user directories. Link to comment https://forums.phpfreaks.com/topic/61297-php-user-nobody-unix-users/#findComment-304999 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.