[thelist] chmod & PHP question

Daniel J. Cody dcody at oracular.com
Mon Jul 24 10:08:49 CDT 2000


James - 

To add the files and directories to the httpd group, use 'chgrp httpd
*.html' or whatever filemask you want to use instead of *.html If you
want a recursive change, use

'chgrp -R httpd /home/james/public_html/' or whatever dir you choose.

Shout if you need more

.djc.

James Spahr wrote:

> ok - PHP is running as user 'httpd', and the files & directories are owned
> by 'admin' or 'dev_df' - so how can I put them in the same group so 'httpd'
> has write access to these directories?




More information about the thelist mailing list