Home > Article > Operation and Maintenance > What version is centos?
CentOS is one of the Linux distributions. It is compiled from the source code released by Red Hat Enterprise Linux in accordance with open source regulations.
Recommended tutorial: centos usage tutorial
We can use the lsb_release -a command to view the specific version information of centos:
# lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: CentOS Description: CentOS release 5.4 (Final) Release: 5.4 Codename: Final
This command applies to all Linux, including Redhat, SuSE, Debian, Centos and other distributions.
Recommended related video tutorials: linux video tutorial
The above is the detailed content of What version is centos?. For more information, please follow other related articles on the PHP Chinese website!