博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux查看系统的基本信息
阅读量:5290 次
发布时间:2019-06-14

本文共 905 字,大约阅读时间需要 3 分钟。

uname -r :显示操作系统的发行版号

uname -a:显示系统名、节点名称、操作系统的发行版号、操作系统版本、运行系统的机器 ID 号。

# Ubuntu系统ubuntu@VM-28-69-ubuntu:~$ uname -aLinux VM-28-69-ubuntu 3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:32:41 UTC 2016 i686 i686 i686 GNU/Linux# CentOS系统[root@VM_234_205_centos ~]# uname -aLinux VM_234_205_centos 3.10.0-514.21.1.el7.x86_64 #1 SMP Thu May 25 17:04:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

lsb_release:LSB是Linux Standard Base的缩写,lsb_release命令用来显示LSB和特定版本的相关信息。

# CentOS系统# 安装yum -y install redhat-lsb # 使用[root@VM_245_18_centos home]# lsb_release -aLSB Version:    :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarchDistributor ID: CentOSDescription:    CentOS Linux release 7.2.1511 (Core) Release:    7.2.1511Codename:   Core

转载于:https://www.cnblogs.com/bobi1234/p/7849711.html

你可能感兴趣的文章
IClient for js开发之地图的加载
查看>>
用css画三角形(提示框三角形)
查看>>
Uber中国在地方城市的人员架构是怎样的?
查看>>
再来一篇装逼老文章:屏幕传输算法
查看>>
Delphi 7下最小化到系统托盘
查看>>
抖动代码
查看>>
lsblk请参阅块设备
查看>>
SVM-SVM概述
查看>>
STL algorithm算法lower_bound和upper_bound(31)
查看>>
linux系统下怎么安装.deb文件?
查看>>
javascript常见编程模式举例
查看>>
列出man手册所有函数的方法
查看>>
[从jQuery看JavaScript]-匿名函数与闭包(Anonymous Function and Closure)【转】
查看>>
VisualStudio 常用快捷键-整理
查看>>
netty研究【1】:编译源代码
查看>>
GTK接口定义和实现
查看>>
Hadoop生态系统介绍
查看>>
uva 11468 Substring
查看>>
SoapUI、Jmeter、Postman三种接口测试工具的比较分析
查看>>
Android平台实现与Apache Tomcat服务器数据交互(MySql数据库)
查看>>