[Short article] How to check which distribution version and version number of your Linux

Wednesday evening, September 29, 2023


First go to the etc directory

cd /etc

Then use the following command to view all files

ls

Find files similar to "XXX-release"

Then use the following command to view this file

cat 

Guess you like

Origin blog.csdn.net/m0_61629312/article/details/133362872