Linux minfo命令
Linux 教程
· 2019-02-17 11:43:12
Linux minfo命令用于显示MS-DOS文件系统的各项参数。
minfo为mtools工具指令,可显示MS-DOS系统磁盘的各项参数,包括磁区数,磁头数...等。
语法
</>minfo [-v][驱动器代号]
参数说明:
- -v 除了一般信息外,并显示可开机磁区的内容。
实例
显示DOS系统参数
# minfo -v C: //显示系统参数
点击查看所有 Linux 教程 文章: https://www.codercto.com/courses/l/14.html
The Definitive Guide to MongoDB
Peter Membrey、Wouter Thielen / Apress / 2010-08-26 / USD 44.99
MongoDB, a cross-platform NoSQL database, is the fastest-growing new database in the world. MongoDB provides a rich document orientated structure with dynamic queries that you’ll recognize from RDMBS ......一起来看看 《The Definitive Guide to MongoDB》 这本书的介绍吧!