Check CentOS version
While troubleshooting Go setup on my CentOS box. I need to find out which version of the CentOS I'm running on. The fastest way is to
cat /etc/*release*
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+18.6k Golang : Aligning strings to right, left and center with fill example
+7.2k Golang : Null and nil value
+9.1k Golang : Gonum standard normal random numbers example
+13.9k Golang : convert(cast) string to float value
+21.3k Golang : How to force compile or remove object files first before rebuild?
+16.1k Golang : Get sub string example
+7.4k Golang : Individual and total number of words counter example
+6.5k Golang : Calculate diameter, circumference, area, sphere surface and volume
+5.8k Unix/Linux : How to test user agents blocked successfully ?
+6k Golang : Shuffle array of list
+25.9k Golang : Daemonizing a simple web server process example
+8.3k Golang : Number guessing game with user input verification example