Displaying 2 results from an estimated 2 matches for "rwxc".
Did you mean:
rwx
2012 Dec 05
0
[Bug 9466] New: GPFS ACLs are not copied by rsync when copying between two GPFS filesystems
...ou
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
- To test if it has worked, first copy a file/folder which has ALCs present
using the "stock" rsync:
# mmgetacl /gpfs1/testfolder1/
#NFSv4 ACL
#owner:root
#group:root
user:12345:rwxc:allow:FileInherit:DirInherit
(X)READ/LIST (X)WRITE/CREATE (X)MKDIR (X)SYNCHRONIZE (X)READ_ACL (X)READ_ATTR
(X)READ_NAMED
(X)DELETE (X)DELETE_CHILD (X)CHOWN (X)EXEC/SEARCH (X)WRITE_ACL
(X)WRITE_ATTR (X)WRITE_NAMED
group:123456:rwxc:allow:FileInherit:DirInherit
(X)READ/LIST (X)WRITE/CREATE (...
2009 Jul 15
1
can not read file permissions via samba over gpfs
...le
ownership, although I'm in "domain admins" group, which has full
permissions(rwx) via inherited acl (not user or group ownership).
If I'm in a group that owns the file, I can read the permissions, all
permissions for other users are none.
Example:
#owner:kavin
#group:prod
user::rwxc
group::----
other::----
mask::rwxc
group:media:rwx-
group:editors:r-x-
group:prod:rwx-
group:domain admins:rwx-
In this example, I can't see the file owner or permissions, if I add myself
to prod group, I could.
My question is, why can't I see those file permissions although I'm in
&q...