首页 > 系统相关 >linux查看版本

linux查看版本

时间:2022-10-19 10:37:01浏览次数:48  
标签:4.1 amd64 查看 Linux noarch 版本 linux 38fffa7c9485 root

root@38fffa7c9485:/# uname -a
Linux 38fffa7c9485 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 GNU/Linux
root@38fffa7c9485:/# 
root@38fffa7c9485:/# cat /proc/version 
Linux version 3.10.0-1160.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Mon Oct 19 16:18:59 UTC 2020
root@38fffa7c9485:/# 
[root@GlusterFS01 openresty]# cat /etc/redhat-release 
CentOS Linux release 7.9.2009 (Core)
[root@GlusterFS01 openresty]# 
bash-4.4# cat /etc/alpine-release 
3.9.4
bash-4.4# 
bash-4.4# cat /etc/issue 
Welcome to Alpine Linux 3.9
Kernel \r on an \m (\l)

bash-4.4# 

root@38fffa7c9485:/# cat /etc/issue
Debian GNU/Linux 11 \n \l

root@38fffa7c9485:/# 
[root@GlusterFS01 openresty]# lsb_release -a            
LSB 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-noarch
Distributor ID: CentOS
Description:    CentOS Linux release 7.9.2009 (Core)
Release:        7.9.2009
Codename:       Core
[root@GlusterFS01 openresty]# 

 

标签:4.1,amd64,查看,Linux,noarch,版本,linux,38fffa7c9485,root
From: https://www.cnblogs.com/sky-cheng/p/16805338.html

相关文章

  • linux—— 使用gcc解析程序四个阶段
    (文章目录)一、gcc1.gcc的安装yum-yinstallgcc-c++autoconfpcrepcre-develmakeautomakeyum-yinstallwgethttpd-toolsvim2.gcc的默认使用[yzq@VM-8-8......
  • 一文读懂:开源大数据调度系统Taier1.2版本新增的「工作流」到底是什么?
    一、什么是工作流?在阐述什么是工作流之前,先说一下工作流和普通任务的区别,在于依赖视图。普通任务本身他只会有自己的dag图,依赖视图是无边界的,不可控的,而工作流则是把整个......
  • windows下mysql安装(5.6版本)
    1.到mysql官网下载mysql压缩包下载页面:https://downloads.mysql.com/archives/community/2.将压缩包解压到要安装的位置,将bin文件夹添加到环境变量3.如果要将mysql......
  • Linux学习-2
    虚拟机关键配置名词解释虚拟⽹络编辑器说明 桥接模式  可以访问互联⽹   配置的地址信息和物理主机⽹段地址信息相同,容易造成地址冲突   NAT模式 ......
  • 移动linux根目录的文件
    如果不小心执行了移动了根目录的文件到别的目录里面,当前会话已关闭咋恢复一、没关闭当前会话通过mv命令进行移动回来二、会话关闭如果买的是腾讯云的服务器或者......
  • Linux系统编程 第1、2章学习笔记
               ......
  • Linux 源码编译安装实现LAMP架构
    1.apache服务编译安装https://www.cnblogs.com/heyongshen/p/16803125.html说明:  编译安装默认不支持fastcgi功能和反向代理功能相关配置:  开启fastcgi功能和反向......
  • Linux安装Kafka(Docker方式)
    安装步骤(已亲测好使):#笔者版本ZOOKEEPER_VERSION=3.4.13//DockerVersion=18.03.1-ee-3#拉zookeeper镜像dockerpullwurstmeister/zookeeper#笔者版本KAFKA_VERSION......
  • Linux生成随机数
      在日常测试过程中,需要经常Mock部分数据,使其看起来具有随机性,虽然可以通过高级程序语言来进行实现,也非常高效快捷。除此之外还有没有其他办法呢?今天我们来探讨一下,在L......
  • linux常用命令
    1、常用命令命令对应英文作用lslist查看当前目录下的内容pwdprintworkdirectory查看当前所在目录cd[目录名]changedirectory切换目录touch......