English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux mshowfat command

Linux Command大全

The Linux mshowfat command is used to display MS-Record of DOS file in FAT.

mshowfat is a command of mtools, which can display MS-Record number of DOS file in FAT.

Syntax

mshowfat [File...]

Parameter Description:

[File…]: Relative path or absolute path of the file to be executed

Online Examples

To view the FAT information of the file "autorun.bat" using the mshowfat command, enter the following command:

$ mshowfat autorun.bat

After executing the above commands, the FAT information of the file "autorun.bat" will be displayed.

Note: The file to be executed must be a file under the DOS file system.

Linux Command大全