⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arch.1

📁 Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分区和管理硬盘驱动器
💻 1
字号:
.\" arch.1 -- .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu).\" Public domain: may be freely distributed..TH ARCH 1 "4 July 1997" "Linux 2.0" "Linux Programmer's Manual".SH NAMEarch \- print machine architecture.SH SYNOPSIS.B arch.SH DESCRIPTION.B archis equivalent to.BR "uname -m" .On current Linux systems,.B archprints things such as "i386", "i486", "i586", "alpha", "sparc","arm", "m68k", "mips", "ppc"..SH SEE ALSO.BR uname (1),.BR uname (2).\".\" Details:.\" arch prints the machine part of the system_utsname struct.\" This struct is defined in version.c, and this field is.\" initialized with UTS_MACHINE, which is defined as $ARCH.\" in the main Makefile..\" That gives the possibilities .\" alpha    arm      i386     m68k     mips     ppc      sparc    sparc64.\".\" If Makefile is not edited, ARCH is guessed by.\" ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/).\" Then how come we get these i586 values?.\" Well, the routine check_bugs() does system_utsname.machine[1] = '0' + x86;.\" (called in init/main.c, defined in ./include/asm-i386/bugs.h)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -