Internet Express for Tru64 UNIX Version 6.8 Read This First (14232)
1. Log in to your system as root.
2. Insert and mount the CD–ROM, replacing drive with the name of your CD–ROM drive:
# mount /dev/drive /mnt
Usually this will be:
# mount /dev/disk/cdrom0c /mnt
3. In a Web browser, open the Documentation Bookshelf file by entering the following URL:
file:/mnt/index.htm
4. Click on the book you want to open.
On a PC
To read the documentation from the Internet Express Installation and Documentation CD–ROM
on a PC:
1. Insert the CD–ROM into your PC's CD–ROM drive.
The Bookshelf page is automatically displayed in your browser.
If the Bookshelf does not appear, open the following URL, replacing drive with the letter
of your CD–ROM drive:
file:drive:\index.htm
2. Click on the book you want to open.
Reading Reference Pages for Internet Express Components
Reference pages for Open Source Internet Solutions components are available in HTML format
from the Internet Express Reference Pages index page. These HTML reference pages can be viewed
using a Web browser.
Alternatively, you can view these reference pages from a command line in a terminal window,
if you modify the search path for the man(1) command.
The man(1) command's search path needs to include the following directories for Internet Express
component reference pages:
/usr/share/man
/usr/local/man
/usr/internet/pgsql/man
/usr/internet/openldap/man
/usr/news/man
/usr/local/samba/man
/usr/internet/httpd/man
/usr/opt/hpapache2/man
You can specify an alternative search path when entering the man command by using the M or
P options; for example:
# man -M /usr/news/man active.5
You can also define the man command's MANPATH environment variable on the command line
or in a file, such as your .profile file or .login file.
For example, suppose your MANPATH environment variable was defined to be the following:
/usr/share/man:/usr/dt/share/man:/usr/local/man
If you are using the sh or ksh shell, you could modify the MANPATH to add to the search path
by adding the following:
# set MANPATH $MANPATH:/usr/internet/pgsql/man:/usr/internet/openldap/man:/usr/news/man: \
/usr/local/samba/man:/usr/internet/httpd/man:/usr/opt/hpapache2/man
# export MANPATH
If you are using the csh shell, you would use a command line like the following:
12 Documentation Notes