Details of the CIFS connection includes the access modes in which the CIFS server opened the file for the user.
Desired Access |
Description |
Shared Access |
Description |
---|---|---|---|
RD |
Right to read data from the file. |
DR |
Right to read data from the file is denied. |
WR |
Right to write data into the file. |
DW |
Right to write data into the file is denied. |
DA |
Right to delete the file. |
DD |
Right to delete or rename the file is denied. |