Skip to content

Commit bd7025d

Browse files
authored
Update storage-how-to-use-files-linux.md
1 parent cfec4e9 commit bd7025d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 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: 02/26/2025
8+
ms.date: 03/07/2025
99
ms.author: kendownie
1010
---
1111

@@ -112,9 +112,15 @@ On other distributions, use the appropriate package manager or [compile from sou
112112
113113
## Permissions
114114
115-
All mounting scripts in this article will mount the file shares using the default 0755 Linux file and folder permissions. This means read, write, and execute for the file/directory owner, read and execute for users in the owner group, and read and execute for other users. Depending on your organization's security policies, you might want to set alternate `uid`/`gid` or `dir_mode` and `file_mode` permissions in the mount options.
115+
All mounting scripts in this article will mount the file shares using the default 0755 Linux file and folder permissions. This means read, write, and execute for the file/directory owner, read and execute for users in the owner group, and read and execute for other users. Depending on your organization's security policies, you might want to set alternate `uid`/`gid` or `dir_mode` and `file_mode` permissions in the mount options. For more information on how to set permissions, see [Unix symbolic notation](https://en.wikipedia.org/wiki/File-system_permissions#Symbolic_notation). See [mount options](#mount-options) for a list of mount options.
116116

117-
For more information on how to set permissions, see [Unix symbolic notation](https://en.wikipedia.org/wiki/File-system_permissions#Symbolic_notation). See [mount options](#mount-options) for a list of mount options.
117+
### Unix-style permissions support
118+
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:
120+
121+
- All clients accessing the share need to mount using `modefromsid,idsfromsid`
122+
- 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+
118124

119125
## Mount the Azure file share on-demand with mount
120126

0 commit comments

Comments
 (0)