 | | In SVR4, the /etc/mnttab file is a text file, consisting of one-line entries. In most other versions of UNIX, it is a binary file, with each entry consisting of a structure that contains more or less the same information. The functions provided for reading this file use a structure of type struct mnttab to describe each entry. This structure is declared in the include file sys/mnttab.h: | |
|