Skip to content

Commit 4b54c6e

Browse files
committed
remove modefromsid idsfromsid
1 parent 7365fda commit 4b54c6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 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: 01/27/2025
8+
ms.date: 02/21/2025
99
ms.author: kendownie
1010
---
1111

@@ -112,8 +112,6 @@ On other distributions, use the appropriate package manager or [compile from sou
112112
113113
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.
114114

115-
You can also get Unix-style permissions support by adding `modefromsid,idsfromsid` mount options to your mount command. For this to work, all the clients need to mount using these options, and the UIDs/GIDs must be uniform across all clients.
116-
117115
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.
118116

119117
## Mount the Azure file share on-demand with mount

0 commit comments

Comments
 (0)