Previous page

Next page

Locate page in Contents

Print this page

credType

Summary:

User and group information.

Type specification:

Name

Min/Max

Type

Description

{

 

 

 

[

 

 

 

user

0..1

string

User name.

uid

0..1

long

Linux User ID.

]

 

 

 

[

 

 

 

group

0..[]

string

Linux Group name.

gid

0..[]

long

Linux Group ID.

]

 

 

 

umask

0..1

int

Linux Operation umask.

}

 

 

 

Description:

The <umask> parameter is used to restrict file system entries permission mode using the following rule:

[permission] AND ~[umask] => [result permission]

umask must specified using a decimal value, not octal.

Please send us your feedback on this help page