MPE/iX Commands Reference Manual (32650-90877)

330 Chapter9
Command List VII
Commands MOUNT thru OUTFENCE
Multiple RINS = MR
Privileged Mode = PM
Interactive Access = IA
Local Batch Access = BA
This list imposes a limit on program files belonging to the group. A
capability cannot be assigned to the group if it has not been defined for the
account in which the group resides. Default is IA, BA.
filespace
Disk storage limit, in sectors, for the permanent files of the group. You
cannot specify a
filespace
for a group that is greater than the limits
currently defined for the group's account. Default is a storage limit
equivalent to the account's
filespace
.
cpu
The limit on the total cumulative CPU-time, in seconds, for the group. This
limit is checked only when a job or session is initiated; the limit never
causes a job/session to abort. The maximum value you may specify with
this command is 2,147,483,647 seconds. If the limit is exceeded, users with
account manager capability are warned when logging on; other users are
denied access.
The CPU limit for a group cannot be set to a value greater than the
corresponding limit currently defined for the account in which that group
resides. Default is unlimited CPU-time. The counter may be set to zero
with the RESETACCT command.
connect
The limit on the total cumulative session connect-time, in minutes, that
the group is allowed. This limit is checked at logon and whenever the
session initiates a new process. The maximum value you may specify with
this command is 2,147,483,647 minutes. Default is the account connect
limit.
A group's connect limit cannot be specified as greater than the
corresponding limit currently designed for the account in which the group
resides. Default is unlimited connect-time. The counter may be set to zero
with the RESETACCT command.
fileaccess
The restriction on file access pertinent to this group. Default is R,X:ANY;
A,W,L,S:AL,GU for the public group (PUB); and R,A,W,L,X,S:GU for all
other groups.
{ R L A W X } [,...] : { ANY AC GU AL GL } [,...]
where R, L, A, W, X specify modes of access by types of users (ANY, AC,
GU, AL, GL) as follows:
R = Read
L = Lock (exclusive file access)
A = Append (implies L)
W = Write (implies A and L)
X = Execute
S = Save
The user types are specified as follows:
ANY = Any user