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)

man uname的更多相关文章

  1. Linux3:more、which、find、chmod、tar、diff、grep、ps、netstat、uname

    more 类似cat,不过more不是将整个文件内容从上到下显示在屏幕上的,而是以一页一页的显示方便使用者逐页阅读.more最基本的指令就是space即往下翻一页,b即往回翻一页显示,而且还有搜索字符 ...

  2. uname是什么?

    uname= unix +name, 是指unix 这个操作系统的 名字, 包括 主机名, 内核版本 架构 平台名称等等

  3. 【Linux命令与工具】系统资源查看——free、uname、dmesg以及netstat

    free:查看内存的使用情况 用法: free [-b|-k|-m|-g] [-t] 参数: -b: 直接输入free时,显示的单位是KB我们可以使用b(bytes), m(MB), k(KB), g ...

  4. uname

    uname uname用于打印操作系统和硬件架构相关的信息,对于可能在多个系统或架构上运行的Shell脚本程序很有用, 缺省选项相当于 -s 或--system $uname [-amnrsvpio] ...

  5. 九个uname命令获取Linux系统详情的实例

    当你在控制台模式下,无法通过“鼠标右键 > 关于”获取操作系统的信息.这时,在Linux下,你可以使用uname命令,帮助你完成这些工作. Uname是unix name的缩写.在控制台中实际使 ...

  6. uname -r和uname -a了解

    1.uname -r :显示操作系统的发行版号2.uname -a :显示系统名.节点名称.操作系统的发行版号.操作系统版本.运行系统的机器 ID 号. #uname -aHP-UX RX1600 B ...

  7. 获取CentOS系统详情的九个uname命令实例

    当你在控制台模式下,无法通过“鼠标右键 > 关于”获取操作系统的信息.这时,在Linux下,你可以使用uname命令,帮助你完成这些工作. Uname是unix name的缩写.在控制台中实际使 ...

  8. [Linux]学习笔记(3)-uname的用法

    uname的用法如下: uname –a[--all]:输出全部信息 [root@linuxforlijiaman ~]# uname -a Linux linuxforlijiaman -.el6. ...

  9. hostname、uname、dmesg、fdisk

    hostname uname fdisk -l

  10. 《uname命令》-linux命令五分钟系列之五

    本原创文章属于<Linux大棚>博客. 博客地址为http://roclinux.cn. 文章作者为roc 希望您能通过捐款的方式支持Linux大棚博客的运行和发展.请见“关于捐款” == ...

随机推荐

  1. native-echarts 组件封装

    CommunalChart.js /** * 封装 图表组件 */ import React, { Component } from 'react'; import { StyleSheet, Tex ...

  2. 用Python给头像加上圣诞帽或圣诞老人小图标

    随着圣诞的到来,想给给自己的头像加上一顶圣诞帽.如果不是头像,就加一个圣诞老人陪伴.   用Python给头像加上圣诞帽,看了下大概也都是来自2017年大神的文章:https://zhuanlan.z ...

  3. OGG-DDL复制

    http://blog.sina.com.cn/s/blog_96d348df0102vg6q.html OGG目前只支持Oracle和TeraData的ddl复制,Oracle数据库能够支持除去数据 ...

  4. dp基础大概 (8.6)

    一些前言: 据说动态规划会用排序,数据结构来进行乱搞优化操作 动态规划滴核心是个啥呢?状态表示和状态转移 设状态:哪些因素会影响到最终答案,就把哪些因素用数组的维度表示出来 要充分描述,也要简洁 举个 ...

  5. ConcurrentLinkedQueue 源码分析

    ConcurrentLinkedQueue ConcurrentLinkedQueue 能解决什么问题?什么时候使用 ConcurrentLinkedQueue? 1)ConcurrentLinked ...

  6. 【GIS数据处理】 利用空间关系建立线CAD数据和属性表关联

    这两天遇到一个不太容易解决的问题. 某燃气公司想自己对自建管线进行测绘便于数字化管理,在接受了简单的RTK测量培训和Cass成图培训后,就自己着手开干. 最近数据整理的差不多了,就提交给我请我帮忙核查 ...

  7. MVC4:ajax Json 应用

    1)Json基础 2)Json 字符串和Json对象 3)应用例子 4)JsonHelper 1)Json 基础 JSON中对象通过"{}"来标识,一个"{}" ...

  8. Java 八大基本数据类型

    相关信息获取: (1)最小值:包装类.MIN_VALUE,如 Integer.MIN_VALUE (2)最大值:包装类.MAX_VALUE,如 Integer.MAX_VALUE (3)二进制位数:包 ...

  9. 内置函数zip,map,even

    内置函数的补充:1.zip:l1 = ['a','b','c','e','f','g']l2 = [1,2,3]l3=['A','B','C']L4=['牛','牛','niu']#zip,就是把俩l ...

  10. Spring MVC 向页面传值-Map、Model和ModelMap https://www.cnblogs.com/caoyc/p/5635878.html

    Spring MVC 向页面传值-Map.Model和ModelMap 除了使用ModelAndView方式外.还可以使用Map.Model和ModelMap来向前台页面创造 使用后面3种方式,都是在 ...