From 3a9b3d8a14f242fc8b25fffb59ab27c5f3f8a007 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 9 Jun 2021 09:03:14 +0000 Subject: [PATCH] Update nfs4-file-acl.md --- docs.it4i/storage/nfs4-file-acl.md | 52 +++++++++++++++++------------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/docs.it4i/storage/nfs4-file-acl.md b/docs.it4i/storage/nfs4-file-acl.md index b799ccbf5..cb5825af2 100644 --- a/docs.it4i/storage/nfs4-file-acl.md +++ b/docs.it4i/storage/nfs4-file-acl.md @@ -33,27 +33,35 @@ A:fdi:EVERYONE@:tcy 'L' alarm * <flags> - zero or more (depending on <type>) of: -'f' file-inherit -'d' directory-inherit -'p' no-propagate-inherit -'i' inherit-only -'S' successful-access -'F' failed-access -'g' group (denotes that <principal> is a group) + +| Flag || Name | +| ---- || ------------------------------------------- | +| f || file-inherit | +| d || directory-inherit | +| p || no-propagate-inherit | +| 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@" - * <permissions> - one or more of: - 'r' read-data / list-directory - 'w' write-data / create-file - 'a' append-data / create-subdirectory - 'x' execute - 'd' delete - 'D' delete-child (directories only) - 't' read-attrs - 'T' write-attrs - 'n' read-named-attrs - 'N' write-named-attrs - 'c' read-ACL - 'C' write-ACL - 'o' write-owner - 'y' synchronize + +* <permissions> - one or more of: + +| Flag || Name | +| ---- || --------------------------------- | +| r || read-data / list-directory | +| w || write-data / create-file | +| a || append-data / create-subdirectory | +| x || execute | +| d || delete | +| D || delete-child (directories only) | +| t || read-attrs | +| T || write-attrs | +| n || read-named-attrs | +| N || write-named-attrs | +| c || read-ACL | +| C || write-ACL | +| o || write-owner | +| y || synchronize | -- GitLab