ChinaUnix.net
相关文章推荐:

setfacl

看指南上讲这个,可是看来看去,发现他们的作用相似,就是如何修改ACL,但是他们的区别有什么不同呢?

by Kamus_cu - Solaris - 2007-05-03 03:14:16 阅读(1150) 回复(1)

相关讨论

在用setfacl设置权限时,出现: failed to get acl count 错误,请问是什么问题?

by gfedcba - Solaris - 2008-08-18 09:49:24 阅读(1714) 回复(5)

youhuali@hzrndvi01:~/tmp>; uname -a SunOS xxxxxxx 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-880 youhuali@hzrndvi01:~/tmp>; ls -l total 0 -rw-r----- 1 youhuali chorus 0 Jan 12 11:17 test.txt youhuali@hzrndvi01:~/tmp>; setfacl -m g:g4:rw- test.txt test.txt: failed to set acl entries setacl error: Operation not applicable youhuali@hzrndvi01:~/tmp>; setfacl -m u:uucp:rw- test.txt test....

by webcraft - Solaris - 2008-08-07 15:05:35 阅读(1578) 回复(2)

#setfacl -m u:piaoyu:rwx /root 我对cp进root的文件夹具有完全控制权限,比如说文件夹A; 但对A文件夹里面的文件或文件夹却只有读写的权限。 可以怎么解决这个问题呢?附: path = /root public = no browseable = no printable = no read list = user write list = user create mode = 0777 directory mode = 0777

by xiangnileniu - 服务器应用 - 2009-08-04 21:24:02 阅读(2274) 回复(1)

rt。 -bash-3.00$ setfacl -m user:zhangyuntian:r-- text text: failed to set acl entries setacl error: Operation not supported on transport endpoint -bash-3.00$ 应该怎么操作才能使设置成功?

by wellstrand - Solaris - 2009-06-02 01:24:11 阅读(1330) 回复(2)

Solaris 10 x86 使用setfacl设置权限 setfacl -m u:wanglei:r-- a.txt 提示未能设置acl项 没发现语法错哪啦! 结果到RHEL 5.2 一下就通过啦! 有什么区别吗? 谢谢!

by athlonxeon - Solaris - 2008-08-08 14:27:14 阅读(3007) 回复(7)

怎么实现chmod o+t 后,让所有的用户都有读的权限?用setfacl

by wendaozhe - Shell - 2008-07-21 22:15:56 阅读(2273) 回复(1)

在Solaris 9 (SunOS 5.9 Generic_118558-39 sun4u sparc SUNW,Sun-Fire-880)上执行setfacl命令,出现如下提示错误: >: setfacl -m default:user::rwx,default:group::r-x,default:group:nobody:rwx,default:group:operator:rwx,default:mask:rwx,default:other:---,user::rwx,group::r-x,group:nobody:rwx,group:operator:rwx,mask:rwx,other:r-x /tmp/backup/ There is more than one other entry -- error found at entry ...

by apollo521 - Shell - 2007-05-11 12:04:14 阅读(1215) 回复(1)

redhat 9 内核版本是2.6.11,我想给一个文件加多个权限,提示不可以,请问是为什么?如果更改? #setfacl -m u:test:rw wangqi.file setfacl: wangqi.file:不支持操作

by 1112 - 系统管理 - 2006-04-27 22:25:29 阅读(804) 回复(1)

rt。 -bash-3.00$ setfacl -m user:zhangyuntian:r-- text text: failed to set acl entries setacl error: Operation not supported on transport endpoint -bash-3.00$ 应该怎么操作才能使设置成功?

by wellstrand - Solaris文档中心 - 2009-05-31 17:36:35 阅读(1921) 回复(0)

首先查看test的信息 # getfacl test # file: test # owner: root # group: other user::rw- group::r-- #effective:r-- mask:r-- other:r-- 给用户test增加一个7的权限 # setfacl -m u:test:7 test # getfacl test # file: test # owner: root # group: other user::rw- user:test:rwx #effective:r-- group::r-- #effective:r-- mask:r-- other:r-- 我明明是增加的7就是可读可写可执行...

by ChinaUnixlov - Solaris - 2007-03-26 20:07:40 阅读(990) 回复(2)