Changing the 'other' permission level to 7 (wrx) on the tmp directory
did the trick! Thanks!

On Nov 11, 3:23 am, AD7six <andydawso...@gmail.com> wrote:
> On Nov 11, 9:27 am, Zach <zach.mar...@gmail.com> wrote:
>
>
>
> > Hi All,
>
> > I hit a snag while trying to setup Linux users. Maybe you can help.
>
> > Here's what I did:
>
> > I created a user.
> > useradd tpatel
>
> > I created a group.
> > groupadd developers
>
> > I added the user to the group.
> > usermod -G developers tpatel
>
> > I changed the ownership of my app's root dev directory recursively.
> > chown -R root:developers dev
>
> > I changed the the read, write, execute access on the dev directory
> > recursively.
> > chmod -R 775 dev
>
> > In theory, user, tpatel, should have rwx access on the app's dev
> > directory as a member of the group, developers.
>
> the webserver isn't running as tpatel - (if you're curious put echo
> `whoami`; on the page somewhere) it'll be running as apache, or
> nobody. as such 775 will mean the webserver does not have write
> permissions.
>
> `chmod -R 777 /path/to/tmp` will fix that.
>
> AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to