<SYNOPSIS>
fstyp [ -v ] special
<DESCRIPTION>
The fstyp determines the type of the file system that has been specified.
fstyp executes modules for checking different file system types.
When a module matches a GFS Shared File System, the fstyp displays file system name "sfcfs" as standard output and terminates with a termination status of 0.
If all modules are unsuccessful, the command displays the error message unknown_fstyp (no matches) and terminates with a termination status of 1.
If multiple modules are successful, the command displays an error message of unknown_fstyp (multiple matches) and terminates with the termination status of 2.
<OPTIONS>
The following option can be specified:
<OPERANDS>
The following operand can be specified:
Specifies path name of a character or block special file for the representative partition of the targeted file system.
<EXAMPLE>
# fstyp /dev/sfdsk/gfs01/dsk/volume01 <Enter> sfcfs |
<SEE ALSO>
fstyp(1M), attributes(5), largefile(5) in the Solaris documentation