Iam new to Kali Linux and i have been setting up my PHP development environment with xampp server but i can’t create any file or folder inside the htdocs directory.i get unable to save file Error:Permission Denied,Can anyone help me on how i can modify the permissions of this folder please.
>Solution :
You just have to grant writing permissions. run the following command
sudo chmod -R 777 /opt/lampp/htdocs
for more info, you can check out this Xampp htdocs permissions blog