How to tell which version of Linux you are running?
November 16th, 2009
So you want to know which version of Linux you are running..
Easy!
Just run the following command:
uname -a && cat /etc/*release
So you want to know which version of Linux you are running..
Easy!
Just run the following command:
uname -a && cat /etc/*release