man uname

UNAME(1)         User Commands/用户命令        UNAME(1)
NAME/名称
       uname - print system information/打印系统信息
SYNOPSIS/简介
       uname [OPTION].../选项
DESCRIPTION/描述
       Print certain system information.  With no OPTION, same as -s./打印某些系统信息. 没有选择,与-s相同.
       -a, --all
              print  all information, in the following order, except omit -p and -i/按以下顺序打印所有信息,除非省略 -p 和 -i  如果未知的:
              if unknown:
       -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 this help and exit/显示此帮助并退出
       --version
              output version information and exit/输出版本信息并退出
AUTHOR/作者
       Written by David MacKenzie./由David MacKenzie写作
REPORTING BUGS/报告错误
       Report bugs to <bug-coreutils@gnu.org>./错误报告到<bug-coreutils@gnu.org>.
COPYRIGHT/版权
       Copyright 漏 2006 Free Software Foundation, Inc.
       This is free software.  You may redistribute copies of it under the terms of
       the   GNU  General  Public  License  <http://www.gnu.org/licenses/gpl.html>.
       There is NO WARRANTY, to the extent permitted by law.
    /版权2006免费软件基金会,这是免费软件。
    您可以根据GNU通用公共许可证的条款重新分发其副本<http://www.gnu.org/licenses/gpl.html>。
    在法律允许的范围内,不存在任何保证。
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 uname
       should give you access to the complete manual.
    UNAME的完整文档作为texinfo手册进行维护。
    如果INFO和UNAME程序已正确安装在您的站点上,
    命令信息uname应该允许您访问完整的手册。
uname 5.97          September 2009 /九月         UNAME(1)
原文地址:https://www.cnblogs.com/niaocaizhou/p/10862254.html