TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-260
VOLUME Command
To display your logon default volume and subvolume names, and your logon
default security, enter the USERS program or use the WHO command.
The security designations are:
The security designation “-” (allow access to the local super ID only) is not
permitted in a VOLUME command. Use #SET #PROCESSFILESECURITY
instead.
Examples
1. To change your current default subvolume to $MANUF.BILLS, enter:
14> VOLUME $MANUF.BILLS
15>
2. You can reestablish the default system, volume, and subvolume that were in effect
when you logged on (unless you subsequently changed your saved default setting
with the DEFAULT program) by entering:
14> VOLUME
15>
O (Owner) Only the owner can access the file; the owner must be
logged onto the local system.
G (Group) Anyone in the owners group can access the file; the user
must be logged onto the local system.
A (Anyone) Any user can access the file; the user must be logged onto
the local system.
U (User) Only the owner can access the file; the owner may be
logged onto the local system or a remote system.
C (Community) Anyone in the owner’s group can access the file; the user
may be logged onto the local system or a remote system.
N (Network) Any user can access the file; the user may be logged onto
the local system or a remote system.
- Only the local super ID can access the file.