Tim Edwards wrote:
I'm probably missing something obvious here but:
[...@localhost tmp]$ getfacl test1/
# file: test1/
# owner: root
# group: root
user::rwx
group::r-x
other::---
default:user::rwx
default:group::r-x
default:group:tim:rwx
default:mask::rwx
default:other::r-x
[...@localhost tmp]$ ls test1/
ls: cannot open directory test1/: Permission denied
[...@localhost tmp]$ id
uid=500(tim) gid=500(tim) groups=500(tim)
I don't understand why I can't access this directory since the group tim
has full rights to it.
No it doesn't. Files created in the directory will have rwx for the
group tim, but that directory itself doesn't. If it did, there would be
a "group:tim:rwx" as well as a "default:group:tim:rwx".
You've obviously done:
setfacl -d -m g:tim:rwx test1
But I think you will also need:
setfacl -m g:tim:rwx test1
--
Sam
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list