|
VMS Help CREATE, Qualifiers *Conan The Librarian |
1 - /LOG
/LOG
/NOLOG (default)
Displays the file specification of each new file created as the
command executes.
2 - /OWNER_UIC
/OWNER_UIC=uic
Requires SYSPRV (system privilege) privilege to specify a user
identification code (UIC) other than your own.
Specifies the UIC to be associated with the file being created.
Specify the UIC by using standard UIC format as described in the
OpenVMS User's Manual.
3 - /PROTECTION
/PROTECTION=(ownership[:access][,...])
Specifies protection for the file.
o Specify the ownership parameter as system (S), owner (O),
group (G), or world (W).
o Specify the access parameter as read (R), write (W), execute
(E), or delete (D).
If you do not specify a value for each access category, or if you
omit the /PROTECTION qualifier, the CREATE command applies the
following protection for each unspecified category:
File
Already
Exists? Protection Applied
Yes Protection of the existing file
No Current default protection
NOTE
If you attempt to create a file with no access, the
file is created with the system default RMS protection
values. To create a file with no access, use the SET
SECURITY/PROTECTION command.
For more information on specifying protection codes, refer to the
OpenVMS Guide to System Security.
4 - /VOLUME
/VOLUME=n
Places the file on the specified relative volume of a multivolume
set. By default, the file is placed arbitrarily in a multivolume
set.
|
|