|
VMS Help INSTALL, CREATE, Examples *Conan The Librarian |
1.INSTALL> CREATE/OPEN/SHARED WRKD$:[MAIN]STATSHR
The command in this example installs the image file STATSHR as
a permanently open shared known image.
2.INSTALL> CREATE/OPEN/PRIVILEGED=(GROUP,GRPNAM) GRPCOMM
The command in this example installs the image file GRPCOMM as
a permanently open known image with the privileges GROUP and
GRPNAM.
Any process running GRPCOMM receives the GROUP and GRPNAM
privileges for the duration of the execution of GRPCOMM. The
full name of GRPCOMM is assumed to be SYS$SYSTEM:GRPCOMM.EXE.
3.INSTALL> CREATE/LOG GRPCOMM
The command in this example installs the image file GRPCOMM as
a known image and then displays the newly created known file
entry.
4.INSTALL> CREATE/SHARED=ADDRESS_DATA WRKD$:[MAIN]INFOSHR
The command in this example installs the INFOSHR file as a
shared known image and creates shared global sections for
code sections and read-only data sections. Because the command
includes the ADDRESS_DATA keyword, address data is also created
as a shared global section.
5.INSTALL> CREATE STATSHR/PRIV
The command in this example creates the STATSHR image with all
privileges.
6.INSTALL> CREATE STATSHR/PRIV=(OPER,SYSPRV)
The command in this example creates the STATSHR image with the
OPER and SYSPRV privileges.
7.INSTALL> CREATE STATSHR/PRIV=NOALL
The command in this example creates the STATSHR image with an
empty set of privileges.
8.INSTALL> CREATE STATSHR/NOPRIV
The command in this example creates the STATSHR image
explicitly with no privileges.
|
|