ProcessExecution

Configuration for additional process execution settings used on UNIX operating systems. These values are not utilized on non-UNIX platforms.



Attributes Summary
processPriority : intOperating system priority for the process.
umask : StringThe user mask that the process runs under (the file-mode permission mask).
runAsUser : StringRuns the process as a specific user.
runAsGroup : StringRuns the process as a member of a specific group.
runInProcessGroup : intThe process group attribute allows the assignment of a process to a specific process group.

Attribute Details

processPriority    -    Operating system priority for the process. Only root users can change this value.
     data type:  int
     default Value:   20



umask    -    The user mask that the process runs under (the file-mode permission mask).
     data type:  String
     default Value:   022



runAsUser    -    Runs the process as a specific user.
     data type:  String
     default Value:   unspecified



runAsGroup    -    Runs the process as a member of a specific group.
     data type:  String
     default Value:   unspecified



runInProcessGroup    -    The process group attribute allows the assignment of a process to a specific process group. This is useful for doing things such as processor partitioning. The sysadmins can assign a process group to run on say 6 of 12 processors and so on.The default of 0 tells it to not assign it to any specific group.
     data type:  int
     default Value:   0


Copyright IBM Corp. 1997-2004