Forums

Permission denied when trying to delete a folder

I uploaded the folder and it's located in /mysite

How do you try to delete it?

Through the bin icon by the folder and through bash console.

If you try to delete it using the bash console, what is the exact error message that you get? It will normally say precisely what the path to the thing it can't delete is. You can then run ls -ld on the path that it displays to see what the permissions are, and use the chmod command to correct them.