Changing the Permission of the file
Posted: Fri Aug 03, 2007 2:59 am
Hello,
I need to change the permission, group and owner of a file dynamically using php in a linux platform. Please let me know what is the best solution. Whether to use chmod(), chgrp() functions or the php_exec() and directly give unix commands in it.
Thanks in advance,
Ajay
I need to change the permission, group and owner of a file dynamically using php in a linux platform. Please let me know what is the best solution. Whether to use chmod(), chgrp() functions or the php_exec() and directly give unix commands in it.
Thanks in advance,
Ajay