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:02] – adminw1k1 | fr:tricks:windows_perm [2024/05/18 17:45] (Version actuelle) – adminw1k1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Windows | + | ====== Windows |
^ID^Windows Permission^Included Permissions^Windows Notes^Unix Equivalent^ | ^ID^Windows Permission^Included Permissions^Windows Notes^Unix Equivalent^ | ||
- | |1 |FC (Full Control) |M, CP, TO, RX, DS, L| |rwx (Read, Write, Execute)| | + | |FC |Full Control |
- | |2 |M (Modify) |R, W, D | + | |M |
- | |3 |RX (Read & Execute) |R, T |(Does not include L as a separate permission, but allows listing of folder contents)|rx (Read, Execute)| | + | |RX |Read & Execute |
- | |4 |R (Read) |RA, REA | + | |R |Read |RA, REA |
- | |5 |RA (Read Attributes) | + | |RA |Read Attributes |
- | |6 |REA (Read Extended Attributes) | + | |REA|Read Extended Attributes |
- | |7 |T (Traverse Folder/ | + | |T |
- | |8 |L (List Folder Contents) | + | |L |
- | |9 |W (Write) |WA, WEA | + | |W |
- | |10 | + | |WA |Write Attributes |
- | |11 | + | |WEA|Write Extended Attributes |
- | |12 | + | |D |
- | |13 | + | |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.| |
- | |14 | + | |CP |Change Permissions |
- | |15 | + | |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.1715443347.txt.gz · Dernière modification : 2024/05/11 18:02 de adminw1k1