Skip to content

Commit 00ddfb5

Browse files
authored
Merge pull request #104796 from normesta/normesta-reg-updates-4
Fixing a customer bug
2 parents 69b4ba8 + 256502a commit 00ddfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ In this example, the owning user and owning group have only read and write permi
334334

335335
Use the `Get-AzDataLakeGen2Item` cmdlet to get the ACL of a directory or file. Then, use the `New-AzDataLakeGen2ItemAclObject` cmdlet to create a new ACL entry. Use the `Update-AzDataLakeGen2Item` cmdlet to apply the new ACL.
336336

337-
This example gives a user write and execute permission on a directory.
337+
This example gives a group write and execute permission on a directory.
338338

339339
```powershell
340340
$filesystemName = "my-file-system"
@@ -365,7 +365,7 @@ Update-AzDataLakeGen2Item -Context $ctx -FileSystem $filesystemName -Path $dirna
365365
366366
```
367367

368-
This example gives a user write and execute permission on a file.
368+
This example gives a group write and execute permission on a file.
369369

370370
```powershell
371371
$filesystemName = "my-file-system"

0 commit comments

Comments
 (0)