Table 2: Mapping of UNIX permission bits to NT permissions
| UNIX Permission |
Owner RXWDPO |
Group RXWDPO |
Everyone RXWDPO |
| -r-------- |
+---?? |
----?? |
----?? |
| -rw------- |
+-++?? |
----?? |
----?? |
| -rwx------ |
++++?? |
----?? |
----?? |
| -rwxr----- |
++++?? |
+---?? |
----?? |
| -rwxrw---- |
++++?? |
+-++?? |
----?? |
| -rwxrwx--- |
++++?? |
++++?? |
----?? |
| -rwxrwxr- |
++++?? |
++++?? |
+---?? |
| -rwxrwxrw- |
++++?? |
++++?? |
+-++?? |
| -rwxrwxrwx |
++++?? |
++++?? |
++++?? |
R=Read, X=Execute, W=Write, D=Delete, P=Change File Permissions, O=Change Ownership.
+ means permission granted, - means permission not granted, ? means not directly modified by the UNIX client.
|