名称
uname - 输出系统信息
概述
uname [选项]...
描述
输出特定的系统信息。如果没有给定选项,则与 -s 相同。
- -a, --all
- 按照如下所述的顺序输出全部信息,在信息未知的情况下会忽略 -p 和 -i 选项:
- -s, --kernel-name
- 输出内核名称
- -n, --nodename
- 输出网络节点主机名
- -r, --kernel-release
- 输出内核发行版本
- -v, --kernel-version
- 输出内核版本信息
- -m, --machine
- 输出机器硬件名称
- -p, --processor
- 输出处理器类型或 "unknown"
- -i, --hardware-platform
- 输出硬件平台信息或 "unknown"
- -o, --operating-system
- 输出操作系统信息
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
作者
由 David MacKenzie 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 uname 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 uname 的翻译错误。
版权
Copyright © 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL
version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
参见
arch(1), uname(2)
完整文档请见: <http://www.gnu.org/software/coreutils/uname>
或者在本地使用: info aq(coreutils) uname invocationaq