Score:0

Directory permissions - can't enter owned directory on 775 permission

cn flag

I've got "X" directory, setup like that

drwxrwxr-x+  2 git      git      4096 Aug 19 13:37 .
drwxrwx---  15 www-data www-data 4096 Aug 19 13:37 ..

and user called "git" can't enter the "X" directory.

What am I missing here?

"git" user is in "git" and "www-data" groups.

muru avatar
us flag
The `+` indicates ACLs. Use `getfacl` to get the full set of permissions on the directory. Also use `namei -lx` to check permissions on the whole path.
hr flag
... see also [Why does ls show wrong permissions for the group when using ACL?](https://askubuntu.com/questions/964783/why-does-ls-show-wrong-permissions-for-the-group-when-using-acl)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.