mirror of https://github.com/Black-Gold/Learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
354 B
24 lines
354 B
7 years ago
|
arch
|
||
|
===
|
||
|
|
||
|
显示当前主机的硬件架构类型
|
||
|
|
||
|
## 补充说明
|
||
|
|
||
|
**arch命令** 用于显示当前主机的硬件架构类型。arch命令等同于`命令name -m`在当前的Linux系统下,arch命令输出结果有:i386、i486、i586、alpha、sparc、arm、m68k、mips、ppc、i686等
|
||
|
|
||
|
### 语法
|
||
|
|
||
|
```
|
||
|
arch
|
||
|
```
|
||
|
|
||
|
### 实例
|
||
|
|
||
|
```
|
||
|
arch
|
||
|
x86_64
|
||
|
```
|
||
|
|
||
|
|