subcomandante
Programmer
I have following directory “test” and am trying to change chmod from 755 to 777 as follows:
$f = “ /home/user/cgi-bin/test/
chmod(0777, $f);
Why is it not working?
Is there any other control or enable of this function?
I am going nuts with this issue of “chmod” !
It appears it has mind of its own.
$f = “ /home/user/cgi-bin/test/
chmod(0777, $f);
Why is it not working?
Is there any other control or enable of this function?
I am going nuts with this issue of “chmod” !
It appears it has mind of its own.