mnttab(F) 19 June 1992 mnttab(F) Name mnttab - format of mounted filesystem table Syntax #include <stdio.h> #include <mnttab.h> Description The /etc/mnttab file contains a table of devices mounted by the mount(ADM) command. Each table entry contains the pathname of the directory on which the de- vice is mounted, the name of the device special file, the read/write per- missions of the special file, and the date on which the device was mounted. The maximum number of entries in mnttab is based on the system parameter NMOUNT, which defines the number of mounted special files which are allowed. See also mount(ADM)