Skip to content
Snippets Groups Projects
Commit 3a9b3d8a authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update nfs4-file-acl.md

parent e55d1b75
No related branches found
No related tags found
1 merge request!323extended-acls-storage-section
...@@ -33,27 +33,35 @@ A:fdi:EVERYONE@:tcy ...@@ -33,27 +33,35 @@ A:fdi:EVERYONE@:tcy
'L' alarm 'L' alarm
* <flags> - zero or more (depending on <type>) of: * <flags> - zero or more (depending on <type>) of:
'f' file-inherit
'd' directory-inherit | Flag || Name |
'p' no-propagate-inherit | ---- || ------------------------------------------- |
'i' inherit-only | f || file-inherit |
'S' successful-access | d || directory-inherit |
'F' failed-access | p || no-propagate-inherit |
'g' group (denotes that <principal> is a group) | i || inherit-only |
| S || successful-access |
| F || failed-access |
| g || group (denotes that <principal> is a group) |
* <principal> - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@" * <principal> - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@"
* <permissions> - one or more of:
'r' read-data / list-directory * <permissions> - one or more of:
'w' write-data / create-file
'a' append-data / create-subdirectory | Flag || Name |
'x' execute | ---- || --------------------------------- |
'd' delete | r || read-data / list-directory |
'D' delete-child (directories only) | w || write-data / create-file |
't' read-attrs | a || append-data / create-subdirectory |
'T' write-attrs | x || execute |
'n' read-named-attrs | d || delete |
'N' write-named-attrs | D || delete-child (directories only) |
'c' read-ACL | t || read-attrs |
'C' write-ACL | T || write-attrs |
'o' write-owner | n || read-named-attrs |
'y' synchronize | N || write-named-attrs |
| c || read-ACL |
| C || write-ACL |
| o || write-owner |
| y || synchronize |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment