Skip to content

Commit 29f254c

Browse files
Merge pull request #296621 from khdownie/patch-3
Update storage-how-to-use-files-linux.md
2 parents 1c5a20d + 77b7332 commit 29f254c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/storage-how-to-use-files-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: azure-file-storage
66
ms.custom: linux-related-content, devx-track-azurecli
77
ms.topic: how-to
8-
ms.date: 03/07/2025
8+
ms.date: 03/19/2025
99
ms.author: kendownie
1010
---
1111

@@ -116,11 +116,11 @@ All mounting scripts in this article will mount the file shares using the defaul
116116

117117
### Unix-style permissions support
118118

119-
You can also get Unix-style permissions support by using client-enforced access control and adding `modefromsid,idsfromsid` mount options to your mount command. In order for this to work:
119+
You can also get Unix-style permissions support for SMB Azure file shares by using client-enforced access control and adding `modefromsid,idsfromsid` mount options to your mount command. In order for this to work:
120120

121121
- All clients accessing the share need to mount using `modefromsid,idsfromsid`
122122
- The UIDs/GIDs must be uniform across all clients
123-
- Clients must be running one of the following supported distros: Ubuntu 20.04+, SLES 15 SP3+
123+
- Clients must be running one of the following supported Linux distros: Ubuntu 20.04+, SLES 15 SP3+
124124

125125
## Mount the Azure file share on-demand with mount
126126

0 commit comments

Comments
 (0)