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

📄 uname.1

📁 操作系统设计与实现源码
💻 1
字号:


UNAME(1)                  Minix Programmer's Manual                   UNAME(1)


NAME
     uname, arch - system info

SYNOPSIS
     uname [-snrvmpa]
     arch [-snrvmpa]

OPTIONS

     -s   System name

     -n   Node/network name

     -r   Operating system release

     -v   Operating system version

     -m   Machine type

     -p   Processor family

     -a   Short for -snrvm

EXAMPLES

     uname -n            # Print the name of the system

     arch                # Print the name of the system architecture

DESCRIPTION

     Uname and arch give information about the system.  The  options  indicate
     which  information  strings must be printed.  These strings are always in
     the same order.  Uname and arch only differ w.r.t. the default string  to
     print, -s and -p respectively.

     The strings are compiled into the commands except for the node  name,  it
     is obtained from the file /etc/hostname.file.  Uname -m should return the
     actual machine type, not the same string as with -p.

SEE ALSO
     uname(3).










                                                                             1

⌨️ 快捷键说明

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