TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-295
#PROCESSFILESECURITY Built-In Variable
Each security attribute (R, W, E, or P) can be any of these characters:
When you log on, your security is set to the configuration you last specified
with the DEFAULTS utility.
O (Owner) Only the owner can access the file; the owner
must be logged on to the local system.
G (Group) Anyone in the owners group can access the
file; the user must be logged on to the local system.
A (Anyone) Any user can access the file; the user must be
logged on to the local system.
U (User) Only the owner can access the file; the owner
can be logged on to the local system or a remote
system.
C (Community) Anyone in the owner’s group can access
the file; the user can be logged on to the local system or
a remote system.
N (Network) Any user can access the file; the user can be
logged on to the local system or a remote system.
- Only the local super ID can access the file.