User Tools

Site Tools


gpfs:acl_nfsv4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gpfs:acl_nfsv4 [2021/08/18 15:54]
manu [ACL on Linux]
gpfs:acl_nfsv4 [2021/12/31 18:48] (current)
manu
Line 1: Line 1:
 ====== ACL and shares NFS and SMB ====== ====== ACL and shares NFS and SMB ======
 +
 +https://​qastack.fr/​server/​514118/​mapping-uid-and-gid-of-local-user-to-the-mounted-nfs-share
 +
 +https://​www.kernel.org/​doc/​html/​latest/​admin-guide/​nfs/​nfs-idmapper.html
  
 ===== ACL commands ===== ===== ACL commands =====
Line 50: Line 54:
   nfs4-acl-tools   nfs4-acl-tools
   ​   ​
-^Permission ^ Function ^ +=== ACE Permissions === 
-|r| read-data (files) / list-directory (directories)| + 
-|w| write-data (files) / create-file (directories)| +The '​rxtncy'​ are the permissions the ACE is allowing. Permissions can be used in combonation with each other. A list of permissions and what they do can be found below: 
-|a| append-data (files) / create-subdirectory (directories)| + 
-|x| execute (files) / change-directory (directories)| +^ Permission ^ Function ^ 
-|d| delete the file/​directory| +| r | read-data (files) / list-directory (directories)| 
-|D| delete-child : remove a file or subdirectory from the given directory (directories only)| +| w | write-data (files) / create-file (directories)| 
-|t| read the attributes of the file/​directory| +| a | append-data (files) / create-subdirectory (directories)| 
-|T| write the attribute of the file/​directory| +| x | execute (files) / change-directory (directories)| 
-|n| read the named attributes of the file/​directory| +| d | delete the file/​directory| 
-|N| write the named attributes of the file/​directory| +| D | delete-child : remove a file or subdirectory from the given directory (directories only)| 
-|c| read the file/​directory ACL| +| t | read the attributes of the file/​directory| 
-|C| write the file/​directory ACL| +| T | write the attribute of the file/​directory| 
-|o| change ownership of the file/​directory|+| n | read the named attributes of the file/​directory| 
 +| N | write the named attributes of the file/​directory| 
 +| c | read the file/​directory ACL| 
 +| C | write the file/​directory ACL| 
 +| o | change ownership of the file/​directory|
  
    
gpfs/acl_nfsv4.1629294873.txt.gz · Last modified: 2021/08/18 15:54 by manu