DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

mnttab(F)


mnttab -- format of mounted filesystem table

Format

#include <stdio.h>
#include <mnttab.h>

Description

mnttab contains a table of devices mounted by the mount command.

Each table entry contains the pathname of the directory on which the device is mounted, the name of the device special file, the read/write permissions of the special file, and the date on which the device was mounted.

The maximum number of entries in mnttab can be limited using the system parameter NMOUNT. If NMOUNT is 0, the number of mounted special files is limited by an internal system maximum.

Files


/etc/mnttab
full pathname of mnttab

See also

mount(ADM)
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003