Examples - Netscape MANAGEMENT SYSTEM 6.0 - COMMAND-LINE Manual

Command-line tools guide
Table of Contents

Advertisement

Examples

RelativePath
Executable
FilePermissions
Examples
Creating Database Files
Displaying Module Information
Setting a Default Provider
146
Netscape Certificate Management System Command-Line Tools Guide • March 2002
Specifies the destination directory of the file, relative to some directory
decided at install time. Two variables can be used in the relative path:
"%root%" and "%temp%". "%root%" is replaced at run time with the
directory relative to which files should be installed; for example, it may
be the server's root directory or the
directory. The "%temp%" directory is created at the beginning of the
installation and destroyed at the end.
The purpose of "%temp%" is to hold executable files (such as setup
programs) or files that are used by these programs. For example, a
Windows installation might consist of a setup.exe installation
program, a help file, and a .cab file containing compressed
information. All these files could be installed in the temporary
directory. Files destined for the temporary directory are guaranteed to
be in place before any executable file is run; they are not deleted until all
executable files have finished.
Specifies that the file is to be executed during the course of the
installation. Typically this string would be used for a setup program
provided by a module vendor, such as a self-extracting setup.exe.
More than one file can be specified as executable, in which case the files
are run in the order in which they are specified in the script file.
Interpreted as a string of octal digits, according to the standard Unix
format. This string is a bitwise OR of the following constants:
user read:
user write:
user execute:
group read:
group write:
group execute:
other read:
other write:
other execute:
Some platforms may not understand these permissions. They are
applied only insofar as they make sense for the current platform. If this
attribute is omitted, a default of 777 is assumed.
Netscape Communicator
0400
0200
0100
0040
0020
0010
0004
0002
0001
root

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents