Aleksandar's computer workshop
Let's see what Aleksandar was fixing today.
My findings, tips & tricks related to computers, internet, programming and other stuff I was working with.

How to find out which version of Linux you are running

February 29, 2008 21:22 by Aleksandar
To get running version type this in command line:
uname -a

Output:
Linux asterisk1.local 2.6.9-34.0.2.EL #1 Fri Jul 7 19:24:57 CDT
2006 i686 i686 i386 GNU/Linux

To get release version which was used during installation type this:
cat /etc/*-release

Output:
CentOS release 4.3 (Final)

Tags: ,
Categories: Linux
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed