NAME
uname - 显示输出系统信息
总览
uname [OPTION]...
描述
显示相应的系统信息. 没有指定选项时,同 -s.
- -a, --all
- 显示所有的信息
- -m, --machine
- 显示机器(硬件)类型
- -n, --nodename
- 显示机器的网络节点主机名
- -r, --release
- 显示操作系统发行版本
- -s, --sysname
- 显示操作系统名
- -p, --processor
- 显示主机处理器(CPU)类型
- -v
- 显示操作系统版本
- --help
- 显示本帮助并退出
- --version
- 显示版本信息并退出
报告BUGS
请向<bug-sh-utils@gnu.org>报告您所发现的bugs.
另见
uname 的文档全部以 Texinfo 格式维护.如果您的系统中正确地安装 info 和 uname 程序,您就可以通过
- info uname
命令查阅整个手册.
#p#
NAME
uname - print system information
SYNOPSIS
uname [OPTION]...
DESCRIPTION
Print certain system information. With no OPTION, same as -s.
- -a, --all
- print all information, in the following order:
- -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
- -i, --hardware-platform
- print the hardware platform
- -o, --operating-system
- print the operating system
- --help
- display this help and exit
- --version
- output version information and exit
AUTHOR
Written by David MacKenzie.
REPORTING BUGS
Report bugs to <bug-coreutils@gnu.org>.
COPYRIGHT
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
The full documentation for uname is maintained as a Texinfo manual. If the info and uname programs are properly installed at your site, the command
- info coreutils uname
should give you access to the complete manual.