NetBase for MPE Reference Guide
Network File Access
6-21
Example
Access can be restricted for a specific user or group of users of another system while still allowing
the remaining users of the system total access. To do this, first specify the access allowed by all
users of a system:
S> ALLOW @.@:SYSTEMB;ACCESS=R,W,L,U;@.@.@
All users of SYSTEMB are now allowed unlimited access on our system. To verify what access has
been granted, the LISTSEC command is used:
S> LISTSEC @.@:SYSTEMB
---------USERSETS--------- --------FILESETS ALLOWED---------
File Group Account Node Access
@.@:@ @ @ @ SYSTEMB (RWLU)
To restrict the users logged into the PAYABLES account on SYSTEMB to read access to the files in
the PAYABLES account on our system:
S> ALLOW @.PAYABLES:SYSTEMB;ACCESS=R;@.@.PAYABLES
Any user on SYSTEMB who is signed on in the PAYABLES account can only read the files in the
PAYABLES account on our system. All other users of the SYSTEMB system will be granted read,
write, lock, and update capabilities on our system.