你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSNetAppFilesVolume.UnixPermission Property

Definition

Gets or sets UnixPermission

public string UnixPermission { get; set; }
member this.UnixPermission : string with get, set
Public Property UnixPermission As String

Property Value

UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. The fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.

Applies to