Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ How to view information about the installed version of CentOS     - Fedora 19/20 and Debian Jessie / Sid users to install FFmpeg 2.3.2 (Linux)

- GAMIT10.5 under CentOS installation (Linux)

- C ++ Fundamentals study notes (Programming)

- Linux operating system boot manager -GRUB (Linux)

- Security Configuration SQL Server 2000 database tutorial (Linux)

- Ubuntu rights management common commands (Linux)

- HttpClient Tutorial (Programming)

- Dell R710 server disk recovery database one case (record) (Server)

- Linux Log (Linux)

- Python extension module Ganglia 3.1.x (Linux)

- PHP parsing algorithm of the interview questions (Programming)

- CentOS 6.x and CentOS7 installation RPMforge (Linux)

- VNC connection VMware vSphere ESXi 5.5 (Linux)

- CentOS 6.5 minimal installation and configuration VMware tools (Linux)

- Linux installation notes under GAMIT (Linux)

- Golang use Oracle database on Ubuntu 14.04 (Linux)

- Talk about the Linux ABI compatibility Application (Linux)

- Nginx concerning the location and rewrite applications proxy_pass (Server)

- Java recognize simple codes (Programming)

- Nginx caching using the official guide (Server)

 
         
  How to view information about the installed version of CentOS
     
  Add Date : 2018-11-21      
         
         
         
  How to view information about the installed version of CentOS:

1) [root @ localhost ~] # cat / proc / version

Linux version 2.6.18-194.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) # 1 SMP Fri Apr 2 14:58:14 EDT 2010

2)

[Root @ localhost ~] # uname -a

Linux localhost.localdomain 2.6.18-194.el5 # 1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU / Linux

3)

[Root @ localhost ~] # uname -r

2.6.18-194.el5

2. Check the linux version:

1) List all version information,

[Root @ localhost ~] # lsb_release -a

LSB Version:: core-3.1-amd64: core-3.1-ia32: core-3.1-noarch: graphics-3.1-amd64: graphics-3.1-ia32: graphics-3.1-noarch

Distributor ID: CentOS

Description: CentOS release 5.5 (Final)

Release: 5.5

Codename: Final

Note: This command applies to all linux, including RedHat, SUSE, Debian and other distributions.

2) to perform cat / etc / issue, for example, as follows:

[Root @ localhost ~] # cat / etc / issue

CentOS release 5.5 (Final)

Kernel r on an m

3) execute cat / etc / redhat-release, for example, as follows:

[Root @ localhost ~] # cat / etc / redhat-release

CentOS release 5.5 (Final)

View the system is 64-bit or 32-bit:

1, getconf LONG_BIT or getconf WORD_BIT

[Root @ localhost ~] # getconf LONG_BIT

64

2, file / bin / ls

[Root @ localhost ~] # file / bin / ls

/ Bin / ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU / Linux 2.6.9, dynamically linked (uses shared libs), for GNU / Linux 2.6.9, stripped

3, lsb_release -a

[Root @ localhost ~] # lsb_release -a

LSB Version:: core-3.1-amd64: core-3.1-ia32: core-3.1-noarch: graphics-3.1-amd64: graphics-3.1-ia32: graphics-3.1-noarch

Distributor ID: CentOS

Description: CentOS release 5.5 (Final)

Release: 5.5

Codename: Final

4, or the use of a method to view the file.

vim / ect / issue
     
         
         
         
  More:      
 
- LinkedList Basic Usage (Programming)
- Android basics summary article (Programming)
- Features and prevention methods elaborate network security grayware (Linux)
- Cacti monitoring service Nginx (Linux)
- Automatic batch resolve dependencies problem locally installed rpm package (Linux)
- Object Oriented Programming Java reflection (Programming)
- MySQL can not write the data keyword conflicts (Database)
- RedHat Linux 6.4 installation RTL8188CUS wireless network card driver (Linux)
- MongoDB data replication and data slices (Database)
- Linux virtual machines to solve end MySQL database can not remote access (Database)
- Linux operating system security settings initial understanding (Linux)
- Calculate CPU utilization (Linux)
- Linux system started to learn: how to view the Linux thread of a process (Linux)
- Java in several ways of using MongoDB (Programming)
- CentOS 6.5 configuration SSDB 1.8.0 (Server)
- Linux Quick Install MongoDB (Database)
- Source encountered problems and solutions when installing SaltStack (Server)
- Puppet centralized configuration management system (Server)
- Oracle inverted reverse function (Database)
- Oracle GoldenGate Installation and Configuration Tutorial Introduction (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.