mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 00:04:34 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user