查看Linux OS内核与版本的几种命令分享
更新时间:2024年11月29日 14:29:26 作者:零时搞学习
文章总结了四种在Linux操作系统中查看内核和版本的方法,并强调了个人经验的价值,鼓励大家参考和使用
查看Linux OS内核与版本的几种命令
方法一
[root@localhost ~]# cat /etc/os-release NAME="openEuler" VERSION="23.03" ID="openEuler" VERSION_ID="23.03" PRETTY_NAME="openEuler 23.03" ANSI_COLOR="0;31"
方法二
[root@localhost ~]# cat /proc/version Linux version 6.1.19-7.0.0.17.oe2303.x86_64 (root@dc-64g.compass-ci) (gcc_old (GCC) 10.3.1, GNU ld (GNU Binutils) 2.37) #1 SMP PREEMPT_DYNAMIC Tue Mar 28 00:01:02 CST 2023
方法三
[root@localhost ~]# uname -a Linux localhost.localdomain 6.1.19-7.0.0.17.oe2303.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 28 00:01:02 CST 2023 x86_64 x86_64 x86_64 GNU/Linux [root@localhost ~]#
方法四
#需要系统有包支持,没有的话需要联网安装,如下所示 [root@ss /]# lsb_release -a bash: lsb_release: command not found... Install package 'redhat-lsb-core' to provide command 'lsb_release'? [N/y] y * Waiting in queue... * Loading list of packages.... The following packages have to be installed: esmtp-1.2-15.el8.x86_64 User configurable send-only Mail Transfer Agent libesmtp-1.0.6-18.el8.x86_64 SMTP client library liblockfile-1.14-1.el8.x86_64 This implements a number of functions found in -lmail on SysV systems m4-1.4.18-7.el8.x86_64 The GNU macro processor mailx-12.5-29.el8.x86_64 Enhanced implementation of the mailx command ncurses-compat-libs-6.1-9.20180224.el8.x86_64 Ncurses compatibility libraries patch-2.7.6-11.el8.x86_64 Utility for modifying/upgrading files redhat-lsb-core-4.1-47.el8.x86_64 LSB Core module support redhat-lsb-submod-security-4.1-47.el8.x86_64 LSB Security submodule support spax-1.5.3-13.el8.x86_64 Portable archive exchange Proceed with changes? [N/y] y * Waiting in queue... * Waiting for authentication... * Waiting in queue... * Downloading packages... * Requesting data... * Testing changes... * Installing packages... LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 8.4.2105 Release: 8.4.2105 Codename: n/a [root@ss /]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 8.4.2105 Release: 8.4.2105 Codename: n/a
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。
相关文章
详解CentOS7 FTP服务搭建(虚拟用户访问FTP服务)
Liunx外部文件的传输,避免不了使用FTP服务,所以现在就整理下,CentOS7环境下,FTP服务的搭建。有兴趣的可以了解一下。2017-01-01linux驱动开发中常用函数copy_from_user open read write详解
本文解说了inux驱动开发函数copy_from_user ,open ,read write几个常用函数,现在一起来学习他们的使用过程吧2021-08-08Linux修改主机名(hostname)的两种方法(亲测可用)
要想在虚拟机的 Linux 系统内部改变主机名(hostname),需要通过系统的配置来修改,在大多数基于 Red Hat 的 Linux 发行版(比如 CentOS、Fedora)中,本文小编给大家介绍了;两种修改主机名的方法,感兴趣的小伙伴跟着小编一起来看看吧2023-11-11CentOS6.5下Tomcat7 Nginx Redis配置步骤教程详解
这篇文章主要介绍了CentOS6.5下Tomcat7 Nginx Redis配置步骤,本文给大家介绍的非常详细,具有参考借鉴价值,需要的朋友可以参考下2016-10-10
最新评论