Skip to content

Commit a04d144

Browse files
Merge pull request #273739 from normesta/gen2
fixing an error
2 parents 6e7656d + bf4b332 commit a04d144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/data-lake-storage-access-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ This table shows a column that represents each level of a fictitious directory h
102102
| Read Data.txt | `--X` | `--X` | `--X` | `R--` |
103103
| Append to Data.txt | `--X` | `--X` | `--X` | `RW-` |
104104
| Delete Data.txt | `--X` | `--X` | `-WX` | `---` |
105-
| Delete /Oregon/ | `-WX` | `RWX` | `RWX` | `RWX` |
106-
| Delete /Oregon/Portland/ | `--X` | `-WX` | `RWX` | `RWX` |
105+
| Delete /Oregon/ | `-WX` | `RWX` | `RWX` | `---` |
106+
| Delete /Oregon/Portland/ | `--X` | `-WX` | `RWX` | `---` |
107107
| Create Data.txt | `--X` | `--X` | `-WX` | `---` |
108108
| List / | `R-X` | `---` | `---` | `---` |
109109
| List /Oregon/ | `--X` | `R-X` | `---` | `---` |
110110
| List /Oregon/Portland/ | `--X` | `--X` | `R-X` | `---` |
111111

112112
### Deleting files and directories
113113

114-
As shown in the previous table, write permissions on the file are not required to delete it as long as the previous two conditions are true. However, to delete a directory and all of its contents, the parent directory must have Write + Execute permissions. The directory to be deleted, and every directory within it, requires Read + Write + Execute permissions.
114+
As shown in the previous table, write permissions on the file are not required to delete it as long as the directory permissions are set properly. However, to delete a directory and all of its contents, the parent directory must have Write + Execute permissions. The directory to be deleted, and every directory within it, requires Read + Write + Execute permissions.
115115

116116
> [!NOTE]
117117
> The root directory "/" can never be deleted.

0 commit comments

Comments
 (0)