Arch: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 16: Line 16:
"aarch64" for ARM 64
"aarch64" for ARM 64
"x86_64" for x86
"x86_64" for x86
The result should be the same as for:
<syntaxhighlight lang='bash'>
uname -m
</syntaxhighlight>

Latest revision as of 01:36, 9 December 2023

Internal

Overview

Tool to tell the hardware architecture.

arch

Returns:

"aarch64" for ARM 64 "x86_64" for x86

The result should be the same as for:

uname -m