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:40] – 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 | + | * **r (Read Data / List Directory)**: |
- | w - Write Data / Add File: | + | * **w (Write Data / Add File)**: Allows modifying a file or adding a new file in a directory. |
+ | * **x (Execute / Traverse)**: | ||
+ | * **p (Append Data / Add Subdirectory)**: | ||
+ | * **a (Append Data / Modify Directory)**: | ||
+ | * **A (Read Attributes)**: | ||
+ | * **R (Read Named Attributes)**: | ||
+ | * **W (Write Named Attributes)**: | ||
+ | * **c (Read ACL)**: Allows reading the ACL. | ||
+ | * **C (Write ACL)**: Allows modifying the ACL. | ||
+ | * **o (Write Owner)**: Allows changing the file or directory ownership. | ||
+ | * **s (Synchronize)**: | ||
+ | * **d (Delete)**: Allows deleting a file or directory. | ||
+ | * **D (Delete Child)**: Allows deleting a file or directory within a directory. | ||
+ | * **t (Read Attributes, NFSv4 specific)**: | ||
+ | * **T (Write Attributes, NFSv4 specific)**: | ||
+ | * **N (Read Named Attributes, NFSv4 specific)**: | ||
- | Allows modifying a file or adding a new file in a directory. | + | ==== Combined Permissions ==== |
- | x - Execute / Traverse: | + | |
- | Allows executing a file (if it is an executable) or traversing a directory. | + | * **Read |
- | p - Append Data / Add Subdirectory: | + | * **Modify (rwxpdcaARWco)**: |
+ | * **Traverse (x)**: Execute/traverse directory. | ||
+ | * **Full Control (rwxpdDaARWcCos)**: All permissions, | ||
- | Allows appending data to a file or adding a subdirectory within a directory. | ||
- | a - Append Data / Modify Directory: | ||
- | |||
- | Allows appending data to a file or modifying a directory. | ||
- | A - Read Attributes: | ||
- | |||
- | Allows reading basic attributes of a file or directory (e.g., timestamps, file size). | ||
- | R - Read Named Attributes: | ||
- | |||
- | Allows reading extended attributes associated with a file or directory. | ||
- | W - Write Named Attributes: | ||
- | |||
- | Allows writing or modifying extended attributes associated with a file or directory. | ||
- | c - Read ACL: | ||
- | |||
- | Allows reading the Access Control List of a file or directory. | ||
- | C - Write ACL: | ||
- | |||
- | Allows modifying the Access Control List of a file or directory. | ||
- | o - Write Owner: | ||
- | |||
- | Allows changing the ownership of a file or directory. | ||
- | s - Synchronize: | ||
- | |||
- | Ensures that file changes are synchronized to stable storage immediately. | ||
- | d - Delete: | ||
- | |||
- | Allows deleting a file or directory. | ||
- | D - Delete Child: | ||
- | |||
- | Allows deleting a file or directory within a directory. | ||
- | t - Read Attributes (NFSv4 specific): | ||
- | |||
- | Allows reading attributes related to the ACL. | ||
- | T - Write Attributes (NFSv4 specific): | ||
- | |||
- | Allows modifying attributes related to the ACL. | ||
- | N - Read Named Attributes (NFSv4 specific): | ||
- | |||
- | Allows reading named attributes specific to NFSv4. | ||
- | |||
- | Read (rxaRc): read, execute/ | ||
- | Modify (rwxpdcaARWco): | ||
- | Traverse (x): execute/ | ||
- | Full Control (rwxpdDaARWcCos): | ||
fr/tricks/windows_perm.1716046838.txt.gz · Dernière modification : 2024/05/18 17:40 de adminw1k1