uname (打印有关当前系统的信息)

嚯嚯 发表于 2020-07-12 06:00
浏览次数:
在手机上阅读

在类似Unix的操作系统上,uname命令显示有关当前系统的信息。 本文档介绍uname的GNU / Linux版本。

查看英文版

目录

1 uname 运行系统环境

2 uname 描述

3 uname 语法

4 uname 示例

uname 运行系统环境

Linux

uname 描述

打印某些系统信息。如果未指定选项,则uname假定-s选项。
Print certain system information. If no OPTION is specified, uname assumes the -s option.

查看英文版

查看中文版

uname 语法

uname [OPTION]...
-a--all 打印所有信息,如果未知,则省略-p-i

如果指定了-a-- all),则按照以下各个选项的顺序打印信息:

-s, --kernel-name 打印内核名称。
-n, --nodename 打印网络 节点 主机名。
-r, --kernel-release 打印内核 发行版。
-v, --kernel-version 打印内核版本。
-m, --machine 打印机器硬件名称。
-p, --processor 打印处理器类型或“ 未知 ”。
-i, --hardware-platform 打印硬件平台,或“ 未知 ”。
-o, --operating-system 打印操作系统。
--help 显示帮助消息,然后退出。
--version 显示版本信息,然后退出。
uname [OPTION]...
-a--all Prints all information, omitting -p and -i if the information is unknown.

If -a (--all) is specified, the information is printed in the following order of individual options:

-s--kernel-name Print the kernel name.
-n--nodename Print the network node hostname.
-r--kernel-release Print the kernel release.
-v--kernel-version Print the kernel version.
-m--machine Print the machine hardware name.
-p--processor Print the processor type, or "unknown".
-i--hardware-platform Print the hardware platform, or "unknown".
-o--operating-system Print the operating system.
--help Display a help message, and exit.
--version Display version information, and exit.

查看英文版

查看中文版

uname 示例

uname -a

显示系统信息。输出将类似于以下内容:

SunOS hope 5.7 Generic_106541-08 sun4m sparc SUNW,SPARCstation-10
uname -a

Displays system information. Output will resemble the following:

SunOS hope 5.7 Generic_106541-08 sun4m sparc SUNW,SPARCstation-10

查看英文版

查看中文版

其他命令行

userdel | usermod | ul | umask | unalias | uncompress | unhash | uniq | until | unlink | unpack | uptime | unzip | useradd |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条