Hi all,
Is it possible to change the group rights on a directory like this?
chgrp("/home/www/host/sitedir.com", "site1.com");
It doesn't work for me and i have tried this:
exec(chown apache:site1.com /home/www/host/sitedir.com")
Where sitedir.com is the directory i wish to be affected and site1.com is
the group that i want assigned to it. Is their a way to make this work??
Thanks
Dominique Paquin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]