Skip to content

Commit 7365fda

Browse files
committed
change link to symbolic notation
1 parent 3e785c6 commit 7365fda

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: 01/24/2025
8+
ms.date: 01/27/2025
99
ms.author: kendownie
1010
---
1111

@@ -112,9 +112,9 @@ 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.
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.
116116

117-
For more information on how to set permissions, see [UNIX numeric notation](https://en.wikipedia.org/wiki/File_system_permissions#Numeric_notation). See [mount options](#mount-options) for a list of mount options.
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.
118118

119119
## Mount the Azure file share on-demand with mount
120120

0 commit comments

Comments
 (0)