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

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,9 +3,9 @@
<h2 id="补充说明">补充说明</h2>
<p><strong>stat命令</strong> 用于显示文件的状态信息。stat命令的输出信息比ls命令的输出信息要更详细。</p>
<h3 id="语法">语法</h3>
<pre><code>stat(选项)(参数)</code></pre>
<pre><code class="language-bash">stat(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-L支持符号连接
<pre><code class="language-bash">-L支持符号连接
-f显示文件系统状态而非文件状态
-t以简洁方式输出信息
--help显示指令的帮助信息
@@ -13,7 +13,7 @@
<h3 id="参数">参数</h3>
<p>文件:指定要显示信息的普通文件或者文件系统对应的设备文件名。</p>
<h3 id="实例">实例</h3>
<pre><code>[root@localhost ~]# ls -l myfile
<pre><code class="language-bash">[root@localhost ~]# ls -l myfile
-rw-r--r-- 1 root root 0 2010-10-09 myfile
[root@localhost ~]# stat myfile