rmtab(4)                                                           rmtab(4)
 NAME    [Toc]    [Back]
      rmtab - local file system mount statistics
 DESCRIPTION    [Toc]    [Back]
      File /etc/rmtab contains a record of all clients that mounted remote
      file systems from this machine.  Whenever a remote mount is done, an
      entry is made in the rmtab file of the machine serving that file
      system.  umount removes the entry of a remotely mounted file system.
      umount -a broadcasts to all servers that they should remove all
      entries from rmtab created by the sender of the broadcast message.
      The table is a series of lines of the following form:
           hostname:directory
      This table only preserves information between crashes, and is read
      only by mountd when it starts (see mountd(1M)).  mountd keeps an incore
 table to handle requests from commands such as showmount and
      shutdown (see showmount(1M) and shutdown(1M)).
 WARNINGS    [Toc]    [Back]
      Although the rmtab table is close to the truth, it is not always
      totally accurate.
 AUTHOR    [Toc]    [Back]
      rmtab was developed by Sun Microsystems, Inc.
 FILES    [Toc]    [Back]
      /etc/rmtab
 SEE ALSO    [Toc]    [Back]
      mount(1M), mountd(1M), showmount(1M), shutdown(1M).
 Hewlett-Packard Company            - 1 -   HP-UX 11i Version 2: August 2003 [ Back ] |