Results 1 to 3 of 3
my directory is basically permission:
HTML Code:
[root@localhost ~]# ls -ld /var/www
drwxrwxr--+ 2 root root 4096 Aug 2 19:18 /var/www
this ACL permission
HTML Code:
[root@localhost var]# getfacl www
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-02-2012 #1
ACL directory question
my directory is basically permission:
this ACL permissionHTML Code:[root@localhost ~]# ls -ld /var/www drwxrwxr--+ 2 root root 4096 Aug 2 19:18 /var/www
Question: I'm using skyxue(user) on login systemHTML Code:[root@localhost var]# getfacl www # file: www # owner: root # group: root user::rwx group::rwx other::r-- default:user::rwx default:user:skyxue:rwx default:group::rwx default:group:skyxue:rwx default:mask::rwx default:other::r--
HTML Code:[skyxue@localhost ~]$ cd /var/www -bash: cd: /var/www: Permission denied
- 08-03-2012 #2Just Joined!
- Join Date
- Aug 2007
- Location
- Fairfax, VA
- Posts
- 22
Did you enable acl as a flag on the mount? in /etc/fstab you must add 'cal' to use setfacl and getfacl
- 08-03-2012 #3Just Joined!
- Join Date
- Aug 2007
- Location
- Fairfax, VA
- Posts
- 22
silly autocorrect, s/cal/acl


Reply With Quote
