Linux Command
arch
Displays the hardware architecture type of the current host
Summary
arch [OPTION]...
The main purpose
Options
--help Display help information and exit.
--version Display version information and exit.
example
[root@localhost ~]# arch
x86_64
Notice
-
This command is equivalent to
uname -m. -
This command is a command in the
GNU coreutilspackage. For related help information, please seeman -s 1 arch,info coreutils 'arch invocation'.


