Outils pour utilisateurs

Outils du site


fr:tricks:windows_perm

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
fr:tricks:windows_perm [2024/05/18 17:44] adminw1k1fr:tricks:windows_perm [2024/05/18 17:45] (Version actuelle) adminw1k1
Ligne 20: Ligne 20:
  
  
-### NFSv4 ACL Permissions+==== NFSv4 ACL Permissions ====
  
-**r (Read Data / List Directory)**: Allows reading file contents or directory listing. +  * **r (Read Data / List Directory)**: Allows reading file contents or directory listing. 
-**w (Write Data / Add File)**: Allows modifying a file or adding a new file in a directory. +  **w (Write Data / Add File)**: Allows modifying a file or adding a new file in a directory. 
-**x (Execute / Traverse)**: Allows executing a file or traversing a directory. +  **x (Execute / Traverse)**: Allows executing a file or traversing a directory. 
-**p (Append Data / Add Subdirectory)**: Allows appending data or adding a subdirectory. +  **p (Append Data / Add Subdirectory)**: Allows appending data or adding a subdirectory. 
-**a (Append Data / Modify Directory)**: Allows appending data or modifying a directory. +  **a (Append Data / Modify Directory)**: Allows appending data or modifying a directory. 
-**A (Read Attributes)**: Allows reading basic attributes like timestamps. +  **A (Read Attributes)**: Allows reading basic attributes like timestamps. 
-**R (Read Named Attributes)**: Allows reading extended attributes. +  **R (Read Named Attributes)**: Allows reading extended attributes. 
-**W (Write Named Attributes)**: Allows writing or modifying extended attributes. +  **W (Write Named Attributes)**: Allows writing or modifying extended attributes. 
-**c (Read ACL)**: Allows reading the ACL. +  **c (Read ACL)**: Allows reading the ACL. 
-**C (Write ACL)**: Allows modifying the ACL. +  **C (Write ACL)**: Allows modifying the ACL. 
-**o (Write Owner)**: Allows changing the file or directory ownership. +  **o (Write Owner)**: Allows changing the file or directory ownership. 
-**s (Synchronize)**: Ensures file changes are synchronized to storage immediately. +  **s (Synchronize)**: Ensures file changes are synchronized to storage immediately. 
-**d (Delete)**: Allows deleting a file or directory. +  **d (Delete)**: Allows deleting a file or directory. 
-**D (Delete Child)**: Allows deleting a file or directory within a directory. +  **D (Delete Child)**: Allows deleting a file or directory within a directory. 
-**t (Read Attributes, NFSv4 specific)**: Allows reading ACL-related attributes. +  **t (Read Attributes, NFSv4 specific)**: Allows reading ACL-related attributes. 
-**T (Write Attributes, NFSv4 specific)**: Allows modifying ACL-related attributes. +  **T (Write Attributes, NFSv4 specific)**: Allows modifying ACL-related attributes. 
-**N (Read Named Attributes, NFSv4 specific)**: Allows reading NFSv4-specific named attributes.+  **N (Read Named Attributes, NFSv4 specific)**: Allows reading NFSv4-specific named attributes.
  
-### Combined Permissions+==== Combined Permissions ==== 
 + 
 +  * **Read (rxaRc)**: Read, execute/traverse, append, read named attributes, read ACL. 
 +  * **Modify (rwxpdcaARWco)**: Read, write, execute/traverse, append, delete, read ACL, append/modify directory, read attributes, read/write named attributes, write owner. 
 +  * **Traverse (x)**: Execute/traverse directory. 
 +  * **Full Control (rwxpdDaARWcCos)**: All permissions, including delete child, synchronize, and full control over attributes and ACLs.
  
-- **Read (rxaRc)**: Read, execute/traverse, append, read named attributes, read ACL. 
-- **Modify (rwxpdcaARWco)**: Read, write, execute/traverse, append, delete, read ACL, append/modify directory, read attributes, read/write named attributes, write owner. 
-- **Traverse (x)**: Execute/traverse directory. 
-- **Full Control (rwxpdDaARWcCos)**: All permissions, including delete child, synchronize, and full control over attributes and ACLs. 
  
fr/tricks/windows_perm.txt · Dernière modification : 2024/05/18 17:45 de adminw1k1