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. The problem I'm trying to solve is that we get ext2/3 formatted USB disks come in with all sorts of ownerships/permissions. I want to apply a simple ACL to them that will give all users in somegroup full access to the files on those disks. Any hints appreciated Tim _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
