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
+19.7k Golang : Reset or rewind io.Reader or io.Writer
+25.7k Mac/Linux and Golang : Fix bind: address already in use error
+18.3k Golang : Generate thumbnails from images
+31.1k Golang : Example for ECDSA(Elliptic Curve Digital Signature Algorithm) package functions
+5.5k Golang : Struct field tags and what is their purpose?
+5k Python : Convert(cast) string to bytes example
+7.9k Golang : HttpRouter multiplexer routing example
+7.3k Golang : Convert(cast) io.Reader type to string
+15.8k Golang : How to check if input from os.Args is integer?
+6.7k Golang : Find the shortest line of text example
+11.1k Golang : Find age or leap age from date of birth example
+14.1k Golang : On enumeration