Hi guys,
I am using Ubuntu Breezy, with kernel-2.6.12. I have the following
packages installed:
-acl
-libacl1
-attr
-eicel
I'm trying to create a directory to contain source code used by the
developers. I've done the following, while logged on as root
mkdir /src
chown :developers /src
chmod 770 /src
setfacl -m g:developers /src
Now, if I'm logged in as a developer (belonging to the 'developers'
group), and try this:
cd /src
I get a permission denied error. What am I doing wrong?
Any help appreciated, thanks.
Regards,
Mike
|