Linux minfo Command
-- Learning is not just about technology, but also about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
Linux Tutorial
Linux Tutorial Linux Introduction Linux Installation Linux Cloud Server Install Linux via WSL Linux System Boot Process Linux System Directory Structure Linux Forgot Password Solutions Linux Remote Login Linux File Basic Attributes Linux File and Directory Management Linux User and Group Management Linux Disk Management Linux vi/vim Linux yum Command Linux apt Command
Shell Tutorial
Shell Tutorial Shell Variables Shell Passing Arguments Shell Arrays Shell Operators Shell echo Command Shell printf Command Shell test Command Shell Flow Control Shell Functions Shell Input/Output Redirection Shell File Inclusion
Linux Reference Manual
Linux Command Reference Nginx Installation and Configuration MySQL Installation and Configuration Linux Quiz
Linux minfo Command
The Linux minfo command is used to display the parameters of an MS-DOS file system.
minfo is a command from the mtools toolkit that can display various parameters of an MS-DOS system disk, including the number of sectors, number of heads, etc.
Syntax
minfo
Parameter Description:
-vIn addition to general information, display the contents of the boot sector.
Examples
Display DOS system parameters
# minfo -v C: // Display system parameters
YouTip