Chinaunix首页 | 论坛 | 博客
  • 博客访问: 306904
  • 博文数量: 34
  • 博客积分: 1944
  • 博客等级: 上尉
  • 技术积分: 400
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-01 23:22
文章分类

全部博文(34)

文章存档

2010年(2)

2009年(4)

2008年(28)

分类:

2008-04-07 14:13:38

http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/reference/configdocs/processexec/ProcessExecution.html

 

ProcessExecution

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


Attributes Summary

processPriority : int

Operating system priority for the process.

umask : String

The user mask that the process runs under (the file-mode permission mask).

runAsUser : String

Runs the process as a specific user.

runAsGroup : String

Runs the process as a member of a specific group.

runInProcessGroup : int

The 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

阅读(1370) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~