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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.