How to find out which version of Linux you are running



How many times have you logged into a server, and need to find out which exact version of the operating system you are running (Linux).

These commands will give you some details:

lsb_release -a
uname -a
cat * /etc/*release*


 


 


Categories