Linux Comm Mshowfat
# Linux mshowfat Command
[ Linux Command Manual](#)
The Linux mshowfat command is used to display the record of an MS-DOS file in the FAT.
mshowfat is a mtools utility command that can display the record number of an MS-DOS file in the FAT.
### Syntax
mshowfat [file...]
**Parameter Description:**
[file...]: The relative or absolute path of the file to perform the operation on.
### Example
Use the command mshowfat to view the FAT information of the file "autorun.bat", enter the following command:
$ mshowfat autorun.bat
After the above command is executed, the FAT-related information of the file "autorun.bat" will be displayed.
Note: The file to perform the operation on must be a file under the DOS file system.
[ Linux Command Manual](#)
YouTip