Description
Type integer READONLY
umask contains the value of the submit user's umask value. See the umask man page for details.
Example
if (umask == 077) { printf("Do not create files with permissions 0777\n"); runumask =0666; }
Type integer READONLY
umask contains the value of the submit user's umask value. See the umask man page for details.
if (umask == 077) { printf("Do not create files with permissions 0777\n"); runumask =0666; }
Type list READONLY
unameclient contains the system uname information from the client host. This information corresponds to the list returned by uname.
For example:
operating system name
nodename
operating system release level
operating system version
machine hardware name
Type list READONLY
unamemaster contains the system uname information from the policy serverclient host. This information corresponds to the list returned by uname. For example:
operating system name
nodename
operating system release level
operating system version
machine hardware name
Type string READONLY
uniqueid is a 12-character string identifying a session. This is guaranteed to be unique on one policy server machine.
printf("Command is running as id = %s", uniqueid);
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center