From 8919226a5da380908d4f3df7c84c5fa5574c3049 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 15 Jun 2021 10:32:15 +0000 Subject: [PATCH] Update storage.md --- docs.it4i/barbora/storage.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/docs.it4i/barbora/storage.md b/docs.it4i/barbora/storage.md index d591683c4..5cda8f060 100644 --- a/docs.it4i/barbora/storage.md +++ b/docs.it4i/barbora/storage.md @@ -212,26 +212,9 @@ To have a better understanding of previous commands, you can read man pages: Extended ACLs provide another security mechanism beside the standard POSIX ACLs, which are defined by three entries (for owner/group/others). Extended ACLs have more than the three basic entries. In addition, they also contain a mask entry and may contain any number of named user and named group entries. -ACLs on a Lustre file system work exactly like ACLs on any Linux file system. They are manipulated with the standard tools in the standard manner. Below, we create a directory and allow a specific user access. +ACLs on a Lustre file system work exactly like ACLs on any Linux file system. They are manipulated with the standard tools in the standard manner. -* [nfs4_setfacl][e] -* [nfs4_getfacl][l] - -```console -vop999@login1:~$ nfs4_getfacl test -# file: test -A::OWNER@:rwaxtTcCy -A::GROUP@:rwatcy -A::EVERYONE@:rtcy -vop999@login1:~$ nfs4_setfacl -a A::GROUP@:RWX test -vop999@login1:~$ nfs4_getfacl test -# file: test -A::OWNER@:rwaxtTcCy -A::GROUP@:rwaxtcy -A::EVERYONE@:rtcy -``` - -Default ACL mechanism can be used to replace setuid/setgid permissions on directories. Setting a default ACL on a directory will cause the ACL permissions to be inherited by any newly created file or subdirectory within the directory. +For more information, see the [Access Control List][11] section of the documentation. ## Local Filesystems @@ -355,6 +338,7 @@ Transfer rates of about 28 MB/s can be expected. [4]: ../general/obtaining-login-credentials/obtaining-login-credentials.md [5]: #project-file-system [6]: ../storage/project-storage.md +[7]: ../storage/standard-file-acl.md [a]: http://www.nas.nasa.gov [b]: http://www.nas.nasa.gov/hecc/support/kb/Lustre_Basics_224.html#striping -- GitLab