mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 08:26:32 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>uname命令</strong> 用于打印当前系统相关信息(内核版本号、硬件架构、主机名称和操作系统类型等)。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>uname(选项)</code></pre>
|
||||
<pre><code class="language-bash">uname(选项)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-a或--all:显示全部的信息;
|
||||
<pre><code class="language-bash">-a或--all:显示全部的信息;
|
||||
-m或--machine:显示电脑类型;
|
||||
-n或-nodename:显示在网络上的主机名称;
|
||||
-r或--release:显示操作系统的发行编号;
|
||||
@@ -18,7 +18,7 @@
|
||||
--version:显示版本信息。</code></pre>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>使用uname命令查看全部信息:</p>
|
||||
<pre><code>[root@localhost ~]# uname #单独使用uname命令时相当于uname -s
|
||||
<pre><code class="language-bash">[root@localhost ~]# uname #单独使用uname命令时相当于uname -s
|
||||
Linux
|
||||
|
||||
[root@localhost ~]# uname -a
|
||||
|
||||
Reference in New Issue
Block a user