Answers for "chmod: changing permissions of '/opt/lampp': Operation not permitted"

CSS
0

chmod: changing permissions of '/opt/lampp': Operation not permitted

sudo chmod 777 /opt/lampp/htdocs
// lazy and risky fix
Posted by: Guest on November-12-2020
0

chmod: changing permissions of '/opt/lampp': Operation not permitted

sudo chown –R [Username]:[Groupname] /opt/lampp/htdocs
// Better to change the owner than to allow everyone to access the file
Posted by: Guest on November-12-2020

Code answers related to "chmod: changing permissions of '/opt/lampp': Operation not permitted"

Browse Popular Code Answers by Language