NetBase for MPE Reference Guide
Chapter 6
6-18
ACCESS
The ACCESS command sets the default file access mode list. The default access is originally set to
R,W,L,U when the security subsystem is entered. Subsequent ACCESS commands change the default
file access mode list. The default access is used by the ALLOW command if the access is not
explicitly stated. This default is used for any commands referencing mode list. This command
requires SYSTEM MANAGER (SM) capability.
Syntax
S> ACCESS= modelist
Parameters
Parameter Description
modelist
This parameter describes the default access modes that will be allowed on
files entered through the ALLOW command. Valid access parameters are:
R Read
W Write
L Lock
U Update
These parameters can be entered as follows. Commas can be used to
separate.
ACCESS=RWLU
Example
To set the default access parameters to read only access, do the following:
S> ACCESS=R
Based on the ACCESS list above, read access is assumed when the ALLOW command is issued. In the
following example, all users on node one are allowed read access to all files in the PAYABLES
account:
S> ALLOW @.@:1;@.@.PAYABLES