语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -3,11 +3,11 @@
<h2 id="补充说明">补充说明</h2>
<p><strong>findfs命令</strong> 依据卷标Label和UUID查找文件系统所对应的设备文件。findfs命令会搜索整个磁盘看是否有匹配的标签或者UUID没有如果有则打印到标注输出上。findfs命令也是e2fsprogs项目的一部分。</p>
<h3 id="语法">语法</h3>
<pre><code>findfs(参数)</code></pre>
<pre><code class="language-bash">findfs(参数)</code></pre>
<h3 id="参数">参数</h3>
<p><code>LABEL=&lt;卷标&gt;</code>或者<code>UUID=&lt;UUID&gt;</code>按照卷标或者UUID查询文件系统。</p>
<h3 id="实例">实例</h3>
<p>通过卷标名查找对应的文件系统:</p>
<pre><code>findfs LABEL=/boot
<pre><code class="language-bash">findfs LABEL=/boot
/dev/hda1</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->