`
ljl_xyf
  • 浏览: 633141 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

查看Linux 32 or 64 bit及Linux版本命令

 
阅读更多

用命令查询系统是32位还是64位
getconf LONG_BIT or getconf WORD_BIT
例如:
[root@sy02 /]# getconf LONG_BIT
64

2.file command
例如:
[root@sy02 /]# file /bin/ls
/bin/ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped

 

查看linux的版本主要有三种方法:

 

1)uname -a
2)cat /proc/version
3)cat /etc/issue
4) ls /boot
5) lsb_release -a

1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如:

[root@3.5.5Biz-46 ~]# lsb_release -a
LSB Version: 1.3
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
Release: 4
Codename: NahantUpdate1
[root@3.5.5Biz-46 ~]#

这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。

2) 登录到linux执行cat /etc/redhat-release ,例如如下:
[root@3.5.5Biz-46 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
[root@3.5.5Biz-46 ~]#

这种方式下可以直接看到具体的版本号,比如 AS4 Update 1

3)登录到linux执行rpm -q redhat-release ,例如如下

[root@3.5.5Biz-46 ~]# rpm -q redhat-release
redhat-release-4AS-2.4
[root@3.5.5Biz-46 ~]#

这种方式下可看到一个所谓的release号,比如上边的例子是2.4
这个release号和实际的版本之间存在一定的对应关系,如下:

redhat-release-3AS-1 -> Redhat Enterprise Linux AS 3
redhat-release-3AS-7.4 -> Redhat Enterprise Linux AS 3 Update 4
redhat-release-4AS-2 -> Redhat Enterprise Linux AS 4
redhat-release-4AS-2.4 -> Redhat Enterprise Linux AS 4 Update 1
redhat-release-4AS-3 -> Redhat Enterprise Linux AS 4 Update 2
redhat-release-4AS-4.1 -> Redhat Enterprise Linux AS 4 Update 3
redhat-release-4AS-5.5 -> Redhat Enterprise Linux AS 4 Update 4

注意:第(2)(3)两种方法只对Redhat Linux有效

 

 

 

 

 

分享到:
评论

相关推荐

    IxChariot Endpoint Windows,LINUX ,macOS,Android 版本全集

    ) 版本 + LINUX (32bit & 64bit) 版本+ Apple macOS版本 + Android 版本 全集 包含文件如下:pewin32_95.exe( Microsoft Windows 7 / 8.x / 10 - 32-bit),pewin64_95.exe(Microsoft Windows 7 / 8.x / 10 / ...

    wftpserver-linux-64bit.tar.zip

    The Text Editor is used to view or edit text files in the Web Client. It supports all kinds of text files, such as .txt, .xml, .java... You can open the Text Editor by double-clicking on the common ...

    git for windows32 or windows64

    在提供的压缩包文件中,有两个不同的安装程序:Git-2.14.3-32-bit.exe和Git-2.10.0-64-bit.exe。这两个文件分别对应于32位和64位的Windows系统。32位版本适用于运行32位操作系统的电脑,而64位版本则用于64位操作...

    go1.14.3.linux-amd64 (1).tar.gz

    【描述】中提到的"Microsoft Windows"和"Windows 7 or later, Intel 64-bit processor"是指Go的另一个版本,即go1.14.3.windows-amd64.msi,这是专为Windows 7或更高版本的64位Intel处理器设计的安装程序。...

    Linux压缩工具unzip

    在Linux操作系统中,`unzip`是一个非常实用的命令行工具,主要用于解压缩`.zip`格式的文件。本文将深入探讨`unzip`工具的基本使用、功能特性以及一些常见的操作实例,帮助您全面理解如何在Linux环境下有效地管理和...

    需要:libQt5WebKitWidgets.so.5()(64bit) >= 5.5

    需要:libQt5WebKitWidgets.so.5()(64bit) >= 5.5 错误:软件包:teamviewer-13.1.3026-0.x86_64 (/teamviewer_13.1.3026.x86_64) 需要:libQt5WebKit.so.5()(64bit) >= 5.5 您可以尝试添加 --skip-broken 选项来...

    genymotion-3.2.1-linux_x64.bin

    Ubuntu 20.04LTS (Focal Fossa) - 64bit Debian 9 (Stretch) or above - 64bit Fedora 30 or above - 64bit

    5.2-linux64bit-scitools.tar.gz

    Linux源码查看工具Understand5.0(build960) with keygen 输入步骤:Enter License Code -> Options -> Use Legacy Licensing -> Add Eval or SDL (RegCode) -> use keygen AMPED and any e-mail

    jdk-8u221-linux-x64.tar.gz

    描述中提到的"for linux 64bit"表明该版本是为64位Linux系统优化的,这意味着它可以在64位处理器上运行,提供更好的性能和兼容性。Linux 64位系统能够处理更大的内存地址空间,更适合运行大型或者资源密集型的应用。...

    Packet Tracer 7.1.1 for Linux 64 bit

    Cisco Packet Tracer is a powerful network simulator that can be utilized in training for CCNA TM and CCNP TM certification exam by allowing ...troubleshooting without having to buy real CiscoTM routers or switches.

    Introduction to 64Bit Windows Assembly

    This book introduces programmers to 64 bit Intel assembly language using the Microsoft Windows operating system. The book also discusses how to use the free integrated development environment, ebe, ...

    license intel parallel studio xe 2015 for linux or wins

    license intel parallel studio xe 2015 for linux or wins 你值得拥有! 在rhel 7 和win 7 64bit测试pass!

    linux RTL8139网卡驱动详解

    2. 配置内核:使用`make menuconfig`命令,在内核配置界面选择“Networking support” -> “Ethernet (10 or 100Mbit)” -> “Realtek 8139/8139C/8139C+”选项。 3. 编译驱动:运行`make`命令编译驱动,然后使用`...

    最新-Linux常用命令大全-非常实用

    * getconf LONG_BIT:查看 CPU 位数(32 or 64) * cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c:查看 CPU 型号 * cat /proc/cpuinfo | grep physical | uniq -c:查看实际有几颗 CPU 二、用户和用户组...

    Motorola Handset USB Driver v4.0.0 (64-bit) 摩托罗拉USB驱动64位

    (2009-09-15 发布) September 15, 2009 Motorola USB Driver v4.0.0 for Windows (64-bit) ...A 64-bit version of Windows XP or Windows Vista OS You must have Administrator permissions to install this driver

    linux环境下tomcat和jdk的配置

    例如,使用命令`sh jdk-6u24-linux-x64.bin`来运行JDK的安装程序。这个命令会解压缩并安装JDK到默认或自定义的位置。 #### 配置环境变量 安装完JDK后,需要配置环境变量以便系统能够识别JDK的路径。这一步骤通常...

    FRP-Linux服务端安装-一键安装脚本

    frps Latest release file frp_0.8.1_linux_amd64.tar.gz #此步骤会自动获取frp最新版本,自动操作,无需理会 Loading You Server IP, please wait... You Server IP:12.12.12.12 #自动获取你服务器的IP地址 Please ...

    linux的test命令大全

    Linux Test 命令大全 Linux 中的 test 命令是一个功能强大且灵活的命令,用于对文件、字符串和数字进行测试和比较。它可以用来检查文件的存在性、类型、权限和其他属性,以及比较字符串和数字的大小关系。 文件...

    cpptools-linux.vsix

    Instructions To use the "offline" .vsix (that doesn't download OS-based dependencies on ...32-bit Linux is no longer supported. #5346 https://github.com/microsoft/vscode-cpptools/releases/tag/0.28.1

    genymotion-2.9.0-linux_x64.bin

    System Requirements ...Microsoft Windows 7, 8/8.1, 10 (32/64 bit) 64 bit CPU, with VT-x or AMD-V capability, enabled in BIOS settings Recent and dedicated GPU 400 MB disk space 2GB RAM

Global site tag (gtag.js) - Google Analytics