uTools-Manuals/docs/linux/mtools.html
2019-04-21 11:50:48 +08:00

29 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="mtools">mtools</h1>
<p>显示mtools支持的指令</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>mtools命令</strong> 显示mtools支持的指令mtools为MS-DOS文件系统的工具程序可模拟许多MS-DOS的指令。这些指令都是mtools的符号连接因此会有一些共同的特性。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">mtools(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-a长文件名重复时自动更改目标文件的长文件名
-A短文件名重复但长文件名不同时自动更改目标文件的短文件名
-o长文件名重复时将目标文件覆盖现有的文件
-O短文件名重复但长文件名不同时将目标文件覆盖现有的文件
-r长文件名重复时要求用户更改目标文件的长文件名
-R短文件名重复但长文件名不同时要求用户更改目标文件的短文件名
-s长文件名重复时则不处理该目标文件
-S短文件名重复但长文件名不同时则不处理该目标文件
-v执行时显示详细的说明
-V显示版本信息。</code></pre>
<h3 id="实例">实例</h3>
<p>使用mtools命令显示其支持的所有的指令输入如下命令</p>
<pre><code class="language-bash">[root@localhost ~]# mtools #显示所有支持的指令名称
Supported commands:
mattrib, mbadblocks, mcat, mcd, mclasserase, mcopy, mdel, mdeltree
mdir, mdoctorfat, mdu, mformat, minfo, mlabel, mmd, mmount
mpartition, mrd, mread, mmove, mren, mshowfat, mtoolstest, mtype
mwrite, mzip
</code></pre>
<p>如上所示其显示的所有命令均为mtools工具所支持的。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->