Description
Type string READONLY
ptyflags contains a bitmask indicating the ptyflags set from the submit user's environment. If set, the following bits indicate:
Bit 0: stdin is open
Bit 1: stdout is open
Bit 2: stderr is open
Bit 3: command was run in pipe mode
Bit 4: stdin is from a socket
Bit 5: command to be run using nohup
Description
Type integer READONLY
Indicates if the request is local. requestlocal is always set to true for sudo commands.
Description
Type string READONLY
requestuser is initialized to the selected user name if you select the sudo –u option. It is a request to set the runuser for the session to the selected user name. The administrator can decide whether to honor the request in the policy file. By default, this variable is set to the value of the user variable.
Description
Type string READ ONLY
The rlimit_as variable controls the maximum memory that is available to a process.