Re: [PHP] chown/chgrp not working

2001-11-30 Thread Fred
<[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Friday, November 30, 2001 10:21 AM > Subject: RE: [PHP] chown/chgrp not working > > > > Good day, > > > > What user is the application running as? Only the superuser can use these > >

Re: [PHP] chown/chgrp not working

2001-11-30 Thread Paul Warner
TED]>; <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 10:21 AM Subject: RE: [PHP] chown/chgrp not working > Good day, > > What user is the application running as? Only the superuser can use these > functions (this is documented with both of these functions). > > Fo

RE: [PHP] chown/chgrp not working

2001-11-30 Thread Darren Gamble
Good day, What user is the application running as? Only the superuser can use these functions (this is documented with both of these functions). For security reasons, you may want to use an external sudo script to accomplish this. Be very, very careful... Darren G