[next] [previous] [contents]

  Reading Books Between Tru64 UNIX Systems
  Before you can read books between Tru64 UNIX systems,
  Network File System (NFS) software must be installed on the
  server and client systems as follows:

  1. The system manager of the server system must add the
        name of the file system that contains the books you want
        to read to the file named /etc/exports .
  2. The system manager of the client system must enter the
        following command to mount the file system:
        % mount NFS_filesystem@UNIX_node local_mount_point

        The UNIX_node parameter specifies the node name of
        the server system. If you want to mount the file sys-
        tem automatically at system startup, add this mount
        command to /etc/fstab .