2024-01-25, 01:30 AM
Double check the file folder permissions. Check for ACLs. You will see a + at the end of the permissions like
If you have them on a directory you can remove with
Add a -R if you want to ensure nothing under that folder has an ACL.
Code:
rwxr-xr-x+
If you have them on a directory you can remove with
Code:
sudo setfacl -b /path/to/folder
Add a -R if you want to ensure nothing under that folder has an ACL.