How to check version information on centos

王林
Release: 2020-03-17 16:49:04
Original
4888 people have browsed it

How to check version information on centos

The first way is uname -a, as shown below:

How to check version information on centos

The second way is through cat /etc/redhat -release command to view system information

How to check version information on centos

(Recommended tutorial: centos usage tutorial)

The third way is through cat / Use the proc/version command to view system information

How to check version information on centos

If you want to check whether the system is 64-bit or 32-bit, you can use the getconf LONG_BIT and file /bin/ls commands to check

How to check version information on centos

Related video tutorial recommendations: linux video tutorial

The above is the detailed content of How to check version information on centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template