OK help me understand this.
I have 2 users in my linux system that are BOTH part of "web-users" group.
one is www-data used by the webserver and php-cgi one is my ftp-user
when I upload files via ftp they are set to 775 for dirs and 664 for files, when I run a script on the server (so same group like the ftp user) to delete that directory and files inside: unlink for files works ok but the command rmdir doesnt work returning permission denied!? And yes the directory is deleted after is emptied.
why is that 775 means that the group's user can delete it just like 664 for files.
Thanks!
You might check the permissions of the parent that contains the directory you're trying to delete.
I was deleting some script-generated directories earlier this week and even with their permissions set to 777, I was still getting "permission denied" until I gave myself Write access to the parent directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With