Home > Article > Operation and Maintenance > How to check version information on centos
The first way is uname -a, as shown below:
The second way is through cat /etc/redhat -release command to view system information
(Recommended tutorial: centos usage tutorial)
The third way is through cat / Use the proc/version command to view system information
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
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!