Skip to content

Commit bf58873

Browse files
committed
A fix
1 parent b4bda29 commit bf58873

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,12 @@ This table shows a column that represents each level of a fictitious directory h
109109
| List /Oregon/ | `--X` | `R-X` | `---` | `---` |
110110
| List /Oregon/Portland/ | `--X` | `--X` | `R-X` | `---` |
111111

112+
### Deleting files and directories
113+
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.
115+
112116
> [!NOTE]
113-
> 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.
117+
> The root directory "/" can never be deleted.
114118
115119
### Which permissions are required to recursively delete a directory and its contents?
116120

0 commit comments

Comments
 (0)