|
[23:07][atai@arch ~]$ mkdir test
[23:07][atai@arch ~]$ setfacl -m u:laobao:rw test
[23:08][atai@arch ~]$ ls -ld test
drwxrwxr-x 2 atai users 48 2006-04-10 23:07 test
[color="Blue"]以上命令对test文件夹设置acl权限成功,但是上面一行中,在“drwxrwxr-x”之后不能显示ACL的权限位“+”号。这正常吗?不过我试过acl的权限控制是正常的。
另:
[23:08][atai@arch ~]$ pacman -Qs acl
local/acl 2.2.34-1
Library for filesystem ACL support
local/attr 2.4.28-1
Extended attribute support library for ACL support
[23:26][atai@arch ~]$ uname -a
Linux arch 2.6.16-ARCH #1 SMP PREEMPT Sat Apr 8 09:18:10 CEST 2006 i686 AMD Athlon(tm) XP 3200+ AuthenticAMD GNU/Linux |
|