fr:tricks:windows_perm
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
fr:tricks:windows_perm [2024/05/18 17:42] – adminw1k1 | fr: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. | + | |
- | w (Write Data / Add File): Allows modifying a file or adding a new file in a directory. | + | * **r (Read Data / List Directory)**: Allows reading file contents or directory listing. |
- | x (Execute / Traverse): Allows executing a file or traversing a directory. | + | * **w (Write Data / Add File)**: Allows modifying a file or adding a new file in a directory. |
- | p (Append Data / Add Subdirectory): | + | * **x (Execute / Traverse)**: Allows executing a file or traversing a directory. |
- | a (Append Data / Modify Directory): Allows appending data or modifying a directory. | + | * **p (Append Data / Add Subdirectory)**: Allows appending data or adding a subdirectory. |
- | A (Read Attributes): | + | * **a (Append Data / Modify Directory)**: Allows appending data or modifying a directory. |
- | R (Read Named Attributes): | + | * **A (Read Attributes)**: Allows reading basic attributes like timestamps. |
- | W (Write Named Attributes): | + | * **R (Read Named Attributes)**: Allows reading extended attributes. |
- | c (Read ACL): Allows reading the ACL. | + | * **W (Write Named Attributes)**: Allows writing or modifying extended attributes. |
- | C (Write ACL): Allows modifying the ACL. | + | * **c (Read ACL)**: Allows reading the ACL. |
- | o (Write Owner): Allows changing the file or directory ownership. | + | * **C (Write ACL)**: Allows modifying the ACL. |
- | s (Synchronize): | + | * **o (Write Owner)**: Allows changing the file or directory ownership. |
- | d (Delete): Allows deleting a file or directory. | + | * **s (Synchronize)**: Ensures file changes are synchronized to storage immediately. |
- | D (Delete Child): Allows deleting a file or directory within a directory. | + | * **d (Delete)**: Allows deleting a file or directory. |
- | t (Read Attributes, NFSv4 specific): Allows reading ACL-related attributes. | + | * **D (Delete Child)**: Allows deleting a file or directory within a directory. |
- | T (Write Attributes, NFSv4 specific): Allows modifying ACL-related attributes. | + | * **t (Read Attributes, NFSv4 specific)**: Allows reading ACL-related attributes. |
- | N (Read Named Attributes, NFSv4 specific): Allows reading NFSv4-specific named attributes. | + | * **T (Write Attributes, NFSv4 specific)**: Allows modifying ACL-related attributes. |
- | Combined Permissions | + | * **N (Read Named Attributes, NFSv4 specific)**: Allows reading NFSv4-specific named attributes. |
- | Read (rxaRc): Read, execute/ | + | |
- | Modify (rwxpdcaARWco): | + | ==== Combined Permissions |
- | Traverse (x): Execute/ | + | |
- | Full Control (rwxpdDaARWcCos): | + | * **Read (rxaRc)**: Read, execute/ |
+ | * **Modify (rwxpdcaARWco)**: Read, write, execute/ | ||
+ | * **Traverse (x)**: Execute/ | ||
+ | * **Full Control (rwxpdDaARWcCos)**: All permissions, | ||
+ |
fr/tricks/windows_perm.1716046925.txt.gz · Dernière modification : 2024/05/18 17:42 de adminw1k1