when i write following code i get the error that operation is not permitted.
can i solve this error without using linux directly?
chmod("ravi.php",0777) ravi
🙁
hello guys can you help me ?
this is urgent????🙁
if you're talking about windows...you can't chmod Windows
Ravi, you just posted this exact same question here
the webserver user may not have write access to the directory you're trying to chmod on. You need login to Linux using root and give the the webserver full access. Also, I think you only need 3 numbers for the chmod command. You're using "0777". You're either trying to do this "077" or "777", but there is no fourth option. But I'm pretty sure you're not trying to set 077 because that would be silly. 🆒
Rubric