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/11 18:06] – adminw1k1 | fr:tricks:windows_perm [2024/05/18 17:45] (Version actuelle) – adminw1k1 | ||
---|---|---|---|
Ligne 3: | Ligne 3: | ||
^ID^Windows Permission^Included Permissions^Windows Notes^Unix Equivalent^ | ^ID^Windows Permission^Included Permissions^Windows Notes^Unix Equivalent^ | ||
- | |FC |Full Control | + | |FC |Full Control |
- | |M |Modify | + | |M |Modify |
- | |RX |Read & Execute | + | |RX |Read & Execute |
- | |R |Read |RA, REA | + | |R |Read |RA, REA |
- | |RA |Read Attributes | + | |RA |Read Attributes |
- | |REA|Read Extended Attributes | + | |REA|Read Extended Attributes |
- | |T |Traverse Folder/ | + | |T |Traverse Folder/ |
- | |L |List Folder Contents | + | |L |List Folder Contents |
- | |W |Write | + | |W |Write |
- | |WA |Write Attributes | + | |WA |Write Attributes |
- | |WEA|Write Extended Attributes | + | |WEA|Write Extended Attributes |
- | |D |Delete | + | |D |Delete |
- | |DS |Delete Subfolders and Files |None | |Not directly equivalent in Unix. In Unix write permission (`w`) on a directory allows deletion of files within that directory, but not deletion of the directory itself or its subdirectories.| | + | |DS |Delete Subfolders and Files |None | |Not directly equivalent in Unix. In Unix write permission (`w`) on a directory allows deletion of files within that directory, but not deletion of the directory itself or its subdirectories.| |
- | |CP |Change Permissions | + | |CP |Change Permissions |
- | |TO |Take Ownership | + | |TO |Take Ownership |
+ | |||
+ | |||
+ | ==== NFSv4 ACL Permissions ==== | ||
+ | |||
+ | * **r (Read Data / List Directory)**: | ||
+ | * **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)**: | ||
+ | |||
+ | ==== Combined Permissions ==== | ||
+ | |||
+ | * **Read (rxaRc)**: Read, execute/ | ||
+ | * **Modify (rwxpdcaARWco)**: | ||
+ | * **Traverse (x)**: Execute/ | ||
+ | * **Full Control (rwxpdDaARWcCos)**: | ||
fr/tricks/windows_perm.1715443581.txt.gz · Dernière modification : 2024/05/11 18:06 de adminw1k1