arch
rose1 发表于 2020-08-09 06:25浏览次数:
在GNU / Linux操作系统上,arch命令输出当前主机CPU的体系结构标识符字符串。
注意:此页面描述arch命令。 有关操作系统,请参见Arch Linux。
On GNU/Linux operating systems, the arch command outputs the architecture identifier string of the current host CPU.
Note: This page describes the arch command. For the operating system, see Arch Linux.
目录:
1 arch 运行系统环境
2 arch 说明
3 arch 语法
4 arch 例子
arch 运行系统环境
arch 说明
所述拱命令是运行以下的功能效UNAME命令:
uname -m
输出是体系结构标识符字符串,例如i386,i486,i586,i686,x86_64,alpha,sparc,arm,m68k,mips或ppc。
The arch command is the functional equivalent of running the following uname command:
uname -m
The output is an architecture identifier strings, such as i386, i486, i586, i686, x86_64, alpha, sparc, arm, m68k, mips, or ppc.
arch 语法
arch [OPTION]
Options
--help
|
显示帮助消息,然后退出。
|
--version
|
输出版本信息,然后退出。
|
arch [OPTION]
Options
--help
|
Display a help message, and exit.
|
--version
|
Output version information, and exit.
|
arch 例子
arch
显示当前主机的体系结构。例如,arch可能对于Sun Solaris机器显示“ sun4 ”,对于x86 64位体系结构则显示“ x86_64 ” 。
arch
Displays the architecture of the current host. For example, arch may display 'sun4' for a Sun Solaris machine or 'x86_64' for the x86 64-bitarchitecture.