How to use the arch command in Linux
This article mainly shows you "how to use the arch command in Linux". The content is simple and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn how to use the arch command in Linux.
How to use the common command arch in Linux system? The Arch instruction is mainly used to display the hardware structure type of the current host, and we can see that its output results are: i386, i486, mips, alpha and so on.
Arch displays the hardware architecture type of the current host
Summary arch [OPTION]... The main purpose is to print machine architecture information; the output results of arch commands are: i386, i486, i586, alpha, sparc, arm, m68k, mips, ppc, i686 and so on.
Option-help displays help and exits. -- version displays version information and exits. Note that the command is equivalent to uname-m in the example [root@localhost ~] # arch x86room64.
This command is a command in the GNU coreutils package. For help, please see man-s 1 arch,info coreutils' arch invocation'.
The above is all the contents of the article "how to use arch commands in Linux". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!