2019-04-21 11:50:48 +08:00

11 lines
620 B
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="arch">arch</h1>
<p>显示当前主机的硬件架构类型</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>arch命令</strong> 用于显示当前主机的硬件架构类型。arch命令等同于<code>命令name -m</code>在当前的Linux系统下,arch命令输出结果有:i386、i486、i586、alpha、sparc、arm、m68k、mips、ppc、i686等</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">arch</code></pre>
<h3 id="实例">实例</h3>
<pre><code class="language-bash">arch
x86_64</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->